#52ABD0

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

Shades of Viking #52ABD0

Tints of Viking #52ABD0

Color information

#52ABD0 (or 0x52ABD0) is unknown color: approx Viking. HEX triplet: 52, AB and D0. RGB value is (82,171,208). Sum of RGB (Red+Green+Blue) = 82+171+208=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #52ABD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABD0 is #AD542F. Grayscale: #949494. Windows color (decimal): -11359280 or 13675346. OLE color: 13675346.

HSL color Cylindrical-coordinate representation of color #52ABD0: hue angle of 197.62º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52ABD0 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82171208-
CMYK0.610.1800.18
HSL197.62º57.27%56.86%-
HSV(B)197.62º60.58%81.57%-
XYZ29.4335.4764.97-
YUV148.61161.5180.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=17.79%
G=37.09%
B=45.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821712080.610.1800.18197.6257.2756.86
Hex52ABD03D12012c63939
Octal12225332075220223067171
Binary101001010101011110100001111011001001001011000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,171,208); }

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

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

 a { background-color: rgb(82,171,208); }

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

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

 span { border-color: rgb(82,171,208); }

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