#59B7CA

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

Shades of Viking #59B7CA

Tints of Viking #59B7CA

Color information

#59B7CA (or 0x59B7CA) is unknown color: approx Viking. HEX triplet: 59, B7 and CA. RGB value is (89,183,202). Sum of RGB (Red+Green+Blue) = 89+183+202=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #59B7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7CA is #A64835. Grayscale: #9C9C9C. Windows color (decimal): -10897462 or 13285209. OLE color: 13285209.

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

Color convert

RGB89183202-
CMYK0.560.0900.21
HSL190.09º51.6%57.06%-
HSV(B)190.09º55.94%79.22%-
XYZ31.7140.2661.98-
YUV157.06153.3679.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=18.78%
G=38.61%
B=42.62%

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
Decimal891832020.560.0900.21190.0951.657.06
Hex59B7CA389015be3439
Octal13126731270110252766471
Binary10110011011011111001010111000100101010110111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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