#59C2D4

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

Shades of Viking #59C2D4

Tints of Viking #59C2D4

Color information

#59C2D4 (or 0x59C2D4) is unknown color: approx Viking. HEX triplet: 59, C2 and D4. RGB value is (89,194,212). Sum of RGB (Red+Green+Blue) = 89+194+212=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #59C2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2D4 is #A63D2B. Grayscale: #A4A4A4. Windows color (decimal): -10894636 or 13943385. OLE color: 13943385.

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

Color convert

RGB89194212-
CMYK0.580.0800.17
HSL188.78º58.85%59.02%-
HSV(B)188.78º58.02%83.14%-
XYZ35.345.4669.2-
YUV164.66154.7174.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.98%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=17.98%
G=39.19%
B=42.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal891942120.580.0800.17188.7858.8559.02
Hex59C2D43A8011bd3b3b
Octal13130232472100212757373
Binary10110011100001011010100111010100001000110111101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,194,212); }

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

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

 a { background-color: rgb(89,194,212); }

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

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

 span { border-color: rgb(89,194,212); }

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