#59B5C2

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

Shades of Viking #59B5C2

Tints of Viking #59B5C2

Color information

#59B5C2 (or 0x59B5C2) is unknown color: approx Viking. HEX triplet: 59, B5 and C2. RGB value is (89,181,194). Sum of RGB (Red+Green+Blue) = 89+181+194=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #59B5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5C2 is #A64A3D. Grayscale: #9A9A9A. Windows color (decimal): -10897982 or 12760409. OLE color: 12760409.

HSL color Cylindrical-coordinate representation of color #59B5C2: hue angle of 187.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59B5C2 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89181194-
CMYK0.540.0700.24
HSL187.43º46.26%55.49%-
HSV(B)187.43º54.12%76.08%-
XYZ30.3839.0756.98-
YUV154.97150.0280.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.18%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 194 (76.17% from 255) = 41.81%
R=19.18%
G=39.01%
B=41.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891811940.540.0700.24187.4346.2655.49
Hex59B5C2367018bb2e37
Octal1312653026670302735667
Binary1011001101101011100001011011011101100010111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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