#59b2ce

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

Shades of Viking #59B2CE

Tints of Viking #59B2CE

Color information

#59B2CE (or 0x59B2CE) is unknown color: approx Viking. HEX triplet: 59, B2 and CE. RGB value is (89,178,206). Sum of RGB (Red+Green+Blue) = 89+178+206=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #59B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2CE is #A64D31. Grayscale: #9A9A9A. Windows color (decimal): -10898738 or 13546073. OLE color: 13546073.

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

Color convert

RGB89178206-
CMYK0.570.1400.19
HSL194.36º54.42%57.84%-
HSV(B)194.36º56.8%80.78%-
XYZ31.1838.4264.17-
YUV154.58157.0181.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.82%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=18.82%
G=37.63%
B=43.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891782060.570.1400.19194.3654.4257.84
Hex59B2CE39E013c2363a
Octal13126231671160233026672
Binary10110011011001011001110111001111001001111000010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59b2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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