#59B7CB

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

Shades of Viking #59B7CB

Tints of Viking #59B7CB

Color information

#59B7CB (or 0x59B7CB) is unknown color: approx Viking. HEX triplet: 59, B7 and CB. RGB value is (89,183,203). Sum of RGB (Red+Green+Blue) = 89+183+203=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #59B7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7CB is #A64834. Grayscale: #9D9D9D. Windows color (decimal): -10897461 or 13350745. OLE color: 13350745.

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

Color convert

RGB89183203-
CMYK0.560.1000.20
HSL190.53º52.29%57.25%-
HSV(B)190.53º56.16%79.61%-
XYZ31.8340.362.6-
YUV157.17153.8679.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.74%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=18.74%
G=38.53%
B=42.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891832030.560.1000.20190.5352.2957.25
Hex59B7CB38A014bf3439
Octal13126731370120242776471
Binary10110011011011111001011111000101001010010111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,183,203); }

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

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

 a { background-color: rgb(89,183,203); }

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

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

 span { border-color: rgb(89,183,203); }

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