#59B5C9

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

Shades of Viking #59B5C9

Tints of Viking #59B5C9

Color information

#59B5C9 (or 0x59B5C9) is unknown color: approx Viking. HEX triplet: 59, B5 and C9. RGB value is (89,181,201). Sum of RGB (Red+Green+Blue) = 89+181+201=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #59B5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5C9 is #A64A36. Grayscale: #9B9B9B. Windows color (decimal): -10897975 or 13219161. OLE color: 13219161.

HSL color Cylindrical-coordinate representation of color #59B5C9: hue angle of 190.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59B5C9 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89181201-
CMYK0.560.1000.21
HSL190.71º50.91%56.86%-
HSV(B)190.71º55.72%78.82%-
XYZ31.1939.3961.22-
YUV155.77153.5280.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.90%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=18.90%
G=38.43%
B=42.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891812010.560.1000.21190.7150.9156.86
Hex59B5C938A015bf3339
Octal13126531170120252776371
Binary10110011011010111001001111000101001010110111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,181,201); }

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

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

 a { background-color: rgb(89,181,201); }

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

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

 span { border-color: rgb(89,181,201); }

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