#59B8CD

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

Shades of Viking #59B8CD

Tints of Viking #59B8CD

Color information

#59B8CD (or 0x59B8CD) is unknown color: approx Viking. HEX triplet: 59, B8 and CD. RGB value is (89,184,205). Sum of RGB (Red+Green+Blue) = 89+184+205=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #59B8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8CD is #A64732. Grayscale: #9D9D9D. Windows color (decimal): -10897203 or 13482073. OLE color: 13482073.

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

Color convert

RGB89184205-
CMYK0.570.1000.20
HSL190.86º53.7%57.65%-
HSV(B)190.86º56.59%80.39%-
XYZ32.2840.8163.93-
YUV157.99154.5378.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.62%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=18.62%
G=38.49%
B=42.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891842050.570.1000.20190.8653.757.65
Hex59B8CD39A014bf363a
Octal13127031571120242776672
Binary10110011011100011001101111001101001010010111111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,184,205); }

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

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

 a { background-color: rgb(89,184,205); }

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

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

 span { border-color: rgb(89,184,205); }

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