#59ADBF

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

Shades of Viking #59ADBF

Tints of Viking #59ADBF

Color information

#59ADBF (or 0x59ADBF) is unknown color: approx Viking. HEX triplet: 59, AD and BF. RGB value is (89,173,191). Sum of RGB (Red+Green+Blue) = 89+173+191=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #59ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADBF is #A65240. Grayscale: #959595. Windows color (decimal): -10900033 or 12561753. OLE color: 12561753.

HSL color Cylindrical-coordinate representation of color #59ADBF: hue angle of 190.59º 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 #59ADBF is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89173191-
CMYK0.530.0900.25
HSL190.59º44.35%54.9%-
HSV(B)190.59º53.4%74.9%-
XYZ28.4735.7754.69-
YUV149.94151.1784.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.65%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 191 (75% from 255) = 42.16%
R=19.65%
G=38.19%
B=42.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891731910.530.0900.25190.5944.3554.9
Hex59ADBF359019bf2c37
Octal13125527765110312775467
Binary10110011010110110111111110101100101100110111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,173,191); }

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

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

 a { background-color: rgb(89,173,191); }

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

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

 span { border-color: rgb(89,173,191); }

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