#59B9CD

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

Shades of Viking #59B9CD

Tints of Viking #59B9CD

Color information

#59B9CD (or 0x59B9CD) is unknown color: approx Viking. HEX triplet: 59, B9 and CD. RGB value is (89,185,205). Sum of RGB (Red+Green+Blue) = 89+185+205=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #59B9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B9CD is #A64632. Grayscale: #9E9E9E. Windows color (decimal): -10896947 or 13482329. OLE color: 13482329.

HSL color Cylindrical-coordinate representation of color #59B9CD: hue angle of 190.34º 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 #59B9CD is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89185205-
CMYK0.570.1000.20
HSL190.34º53.7%57.65%-
HSV(B)190.34º56.59%80.39%-
XYZ32.4941.2364-
YUV158.58154.278.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.58%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=18.58%
G=38.62%
B=42.80%

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
Decimal891852050.570.1000.20190.3453.757.65
Hex59B9CD39A014be363a
Octal13127131571120242766672
Binary10110011011100111001101111001101001010010111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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