#59C3D5

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

Shades of Viking #59C3D5

Tints of Viking #59C3D5

Color information

#59C3D5 (or 0x59C3D5) is unknown color: approx Viking. HEX triplet: 59, C3 and D5. RGB value is (89,195,213). Sum of RGB (Red+Green+Blue) = 89+195+213=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #59C3D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C3D5 is #A63C2A. Grayscale: #A5A5A5. Windows color (decimal): -10894379 or 14009177. OLE color: 14009177.

HSL color Cylindrical-coordinate representation of color #59C3D5: hue angle of 188.71º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59C3D5 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB89195213-
CMYK0.580.0800.16
HSL188.71º59.62%59.22%-
HSV(B)188.71º58.22%83.53%-
XYZ35.6545.9669.94-
YUV165.36154.8873.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.91%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=17.91%
G=39.24%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891952130.580.0800.16188.7159.6259.22
Hex59C3D53A8010bd3c3b
Octal13130332572100202757473
Binary10110011100001111010101111010100001000010111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,195,213); }

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

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

 a { background-color: rgb(89,195,213); }

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

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

 span { border-color: rgb(89,195,213); }

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