#52A6BC

Color #52A6BC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52A6BC

Tints of Viking #52A6BC

Color information

#52A6BC (or 0x52A6BC) is unknown color: approx Viking. HEX triplet: 52, A6 and BC. RGB value is (82,166,188). Sum of RGB (Red+Green+Blue) = 82+166+188=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #52A6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A6BC is #AD5943. Grayscale: #8F8F8F. Windows color (decimal): -11360580 or 12363346. OLE color: 12363346.

HSL color Cylindrical-coordinate representation of color #52A6BC: hue angle of 192.45º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A6BC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82166188-
CMYK0.560.1200.26
HSL192.45º44.17%52.94%-
HSV(B)192.45º56.38%73.73%-
XYZ26.1932.752.51-
YUV143.39153.1784.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=18.81%
G=38.07%
B=43.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821661880.560.1200.26192.4544.1752.94
Hex52A6BC38C01Ac02c35
Octal12224627470140323005465
Binary10100101010011010111100111000110001101011000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A6BC; }

 p { color: rgb(82,166,188); }

 H1.HeaderClassName
 {
   color: #52A6BC;
 }
 .AnyTagClassName
 {
   color: #52A6BC;
 }
</style>
background-color css

<style>
 a { background-color: #52A6BC; }

 a { background-color: rgb(82,166,188); }

 div.DivClassName
 {
   background-color: #52A6BC;
 }
 .BgClassName
 {
   background-color: #52A6BC;
 }
</style>
border-color css

<style>
 span { border-color: #52A6BC; }

 span { border-color: rgb(82,166,188); }

 td.TdClassName
 {
   border-color: #52A6BC;
 }
 .TagClassName
 {
   border-color: #52A6BC;
 }
</style>