#59B4BE

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

Shades of Viking #59B4BE

Tints of Viking #59B4BE

Color information

#59B4BE (or 0x59B4BE) is unknown color: approx Viking. HEX triplet: 59, B4 and BE. RGB value is (89,180,190). Sum of RGB (Red+Green+Blue) = 89+180+190=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #59B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B4BE is #A64B41. Grayscale: #999999. Windows color (decimal): -10898242 or 12498009. OLE color: 12498009.

HSL color Cylindrical-coordinate representation of color #59B4BE: hue angle of 185.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59B4BE is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89180190-
CMYK0.530.0500.25
HSL185.94º43.72%54.71%-
HSV(B)185.94º53.16%74.51%-
XYZ29.7438.4854.58-
YUV153.93148.3581.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.39%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=19.39%
G=39.22%
B=41.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891801900.530.0500.25185.9443.7254.71
Hex59B4BE355019ba2c37
Octal1312642766550312725467
Binary1011001101101001011111011010110101100110111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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