Html Css Color HEX #59AABE Viking

📋 copy color: '#59AABE'

red 89 ◦ green 170 ◦ blue 190

#59AABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #59AABE

Tints of Viking #59AABE

RGB

 RED value IS 89 (35.16% from 255) = 19.82%

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 19.82%
G = 37.86%
B = 42.32%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59AABE (or 0x59AABE) is known color: Viking. HEX triplet: 59, AA and BE. RGB value is (89,170,190). Sum of RGB (Red+Green+Blue) = 89+170+190=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #59AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AABE is #A65541. Grayscale: #939393. Windows color (decimal): -10900802 or 12495449. OLE color: 12495449.

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

Color convert

RGB 89 170 190 -
CMYK 0.53 0.11 0 0.25
HSL 191.88º 0.44% 0.55% -
HSV(B) 191.88º 0.53% 0.75% -
XYZ 27.79 34.59 53.93 -
YUV 148.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 89 170 190 0.53 0.11 0 0.25 191.88 0.44 0.55
Hex 59 AA BE 35 B 0 19 C0 2C 37
Octal 131 252 276 65 13 0 31 300 54 67
Binary 1011001 10101010 10111110 110101 1011 0 11001 11000000 101100 110111

Color Harmonies of #59AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AABE

Black with #59AABE

Text Example


Text Example

White with #59AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59AABE;
 }
 .AnyTagClassName
 {
   color: #59AABE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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