#59B4C2

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

Shades of Viking #59B4C2

Tints of Viking #59B4C2

Color information

#59B4C2 (or 0x59B4C2) is unknown color: approx Viking. HEX triplet: 59, B4 and C2. RGB value is (89,180,194). Sum of RGB (Red+Green+Blue) = 89+180+194=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #59B4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B4C2 is #A64B3D. Grayscale: #9A9A9A. Windows color (decimal): -10898238 or 12760153. OLE color: 12760153.

HSL color Cylindrical-coordinate representation of color #59B4C2: hue angle of 188º 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 #59B4C2 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89180194-
CMYK0.540.0700.24
HSL188º46.26%55.49%-
HSV(B)188º54.12%76.08%-
XYZ30.1838.6656.91-
YUV154.39150.3581.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.22%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 194 (76.17% from 255) = 41.90%
R=19.22%
G=38.88%
B=41.90%

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
Decimal891801940.540.0700.2418846.2655.49
Hex59B4C2367018bc2e37
Octal1312643026670302745667
Binary1011001101101001100001011011011101100010111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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