#59ADBE

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

Shades of Viking #59ADBE

Tints of Viking #59ADBE

Color information

#59ADBE (or 0x59ADBE) is unknown color: approx Viking. HEX triplet: 59, AD and BE. RGB value is (89,173,190). Sum of RGB (Red+Green+Blue) = 89+173+190=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #59ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADBE is #A65241. Grayscale: #959595. Windows color (decimal): -10900034 or 12496217. OLE color: 12496217.

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

Color convert

RGB89173190-
CMYK0.530.0900.25
HSL190.1º43.72%54.71%-
HSV(B)190.1º53.16%74.51%-
XYZ28.3635.7354.12-
YUV149.82150.6784.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=19.69%
G=38.27%
B=42.04%

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
Decimal891731900.530.0900.25190.143.7254.71
Hex59ADBE359019be2c37
Octal13125527665110312765467
Binary10110011010110110111110110101100101100110111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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