#52B8D1

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

Shades of Viking #52B8D1

Tints of Viking #52B8D1

Color information

#52B8D1 (or 0x52B8D1) is unknown color: approx Viking. HEX triplet: 52, B8 and D1. RGB value is (82,184,209). Sum of RGB (Red+Green+Blue) = 82+184+209=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #52B8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B8D1 is #AD472E. Grayscale: #9C9C9C. Windows color (decimal): -11355951 or 13744210. OLE color: 13744210.

HSL color Cylindrical-coordinate representation of color #52B8D1: hue angle of 191.81º degrees, saturation: 0.58, 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 #52B8D1 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82184209-
CMYK0.610.1200.18
HSL191.81º57.99%57.06%-
HSV(B)191.81º60.77%81.96%-
XYZ32.1340.6866.48-
YUV156.35157.7174.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 209 (82.03% from 255) = 44%
R=17.26%
G=38.74%
B=44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821842090.610.1200.18191.8157.9957.06
Hex52B8D13DC012c03a39
Octal12227032175140223007271
Binary10100101011100011010001111101110001001011000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,184,209); }

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

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

 a { background-color: rgb(82,184,209); }

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

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

 span { border-color: rgb(82,184,209); }

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