#59B2D0

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

Shades of Viking #59B2D0

Tints of Viking #59B2D0

Color information

#59B2D0 (or 0x59B2D0) is unknown color: approx Viking. HEX triplet: 59, B2 and D0. RGB value is (89,178,208). Sum of RGB (Red+Green+Blue) = 89+178+208=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #59B2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2D0 is #A64D2F. Grayscale: #9A9A9A. Windows color (decimal): -10898736 or 13677145. OLE color: 13677145.

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

Color convert

RGB89178208-
CMYK0.570.1400.18
HSL195.13º55.87%58.24%-
HSV(B)195.13º57.21%81.57%-
XYZ31.4338.5265.45-
YUV154.81158.0181.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.74%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=18.74%
G=37.47%
B=43.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891782080.570.1400.18195.1355.8758.24
Hex59B2D039E012c3383a
Octal13126232071160223037072
Binary10110011011001011010000111001111001001011000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59B2D0; }

 p { color: rgb(89,178,208); }

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

<style>
 a { background-color: #59B2D0; }

 a { background-color: rgb(89,178,208); }

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

<style>
 span { border-color: #59B2D0; }

 span { border-color: rgb(89,178,208); }

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