Html Css Color HEX #59AEC0 Viking

📋 copy color: '#59AEC0'

red 89 ◦ green 174 ◦ blue 192

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

Shades of Viking #59AEC0

Tints of Viking #59AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 19.56%
G = 38.24%
B = 42.2%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59AEC0 (or 0x59AEC0) is known color: Viking. HEX triplet: 59, AE and C0. RGB value is (89,174,192). Sum of RGB (Red+Green+Blue) = 89+174+192=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #59AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEC0 is #A6513F. Grayscale: #969696. Windows color (decimal): -10899776 or 12627545. OLE color: 12627545.

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

Color convert

RGB 89 174 192 -
CMYK 0.54 0.09 0 0.25
HSL 190.49º 0.45% 0.55% -
HSV(B) 190.49º 0.54% 0.75% -
XYZ 28.77 36.2 55.34 -
YUV 150.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 89 174 192 0.54 0.09 0 0.25 190.49 0.45 0.55
Hex 59 AE C0 36 9 0 19 BE 2D 37
Octal 131 256 300 66 11 0 31 276 55 67
Binary 1011001 10101110 11000000 110110 1001 0 11001 10111110 101101 110111

Color Harmonies of #59AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEC0

Black with #59AEC0

Text Example


Text Example

White with #59AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,174,192); }

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

background-color css

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

 a { background-color: rgb(89,174,192); }

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

border-color css

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

 span { border-color: rgb(89,174,192); }

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