#59B8CA

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

Shades of Viking #59B8CA

Tints of Viking #59B8CA

Color information

#59B8CA (or 0x59B8CA) is unknown color: approx Viking. HEX triplet: 59, B8 and CA. RGB value is (89,184,202). Sum of RGB (Red+Green+Blue) = 89+184+202=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #59B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8CA is #A64735. Grayscale: #9D9D9D. Windows color (decimal): -10897206 or 13285465. OLE color: 13285465.

HSL color Cylindrical-coordinate representation of color #59B8CA: hue angle of 189.56º degrees, saturation: 0.52, 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 #59B8CA is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89184202-
CMYK0.560.0900.21
HSL189.56º51.6%57.06%-
HSV(B)189.56º55.94%79.22%-
XYZ31.9240.6762.04-
YUV157.65153.0379.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.74%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=18.74%
G=38.74%
B=42.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891842020.560.0900.21189.5651.657.06
Hex59B8CA389015be3439
Octal13127031270110252766471
Binary10110011011100011001010111000100101010110111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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