Html Css Color HEX #59ABC0 Viking

📋 copy color: '#59ABC0'

red 89 ◦ green 171 ◦ blue 192

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

Shades of Viking #59ABC0

Tints of Viking #59ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 19.69%
G = 37.83%
B = 42.48%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59ABC0 (or 0x59ABC0) is known color: Viking. HEX triplet: 59, AB and C0. RGB value is (89,171,192). Sum of RGB (Red+Green+Blue) = 89+171+192=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #59ABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABC0 is #A6543F. Grayscale: #949494. Windows color (decimal): -10900544 or 12626777. OLE color: 12626777.

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

Color convert

RGB 89 171 192 -
CMYK 0.54 0.11 0 0.25
HSL 192.23º 0.45% 0.55% -
HSV(B) 192.23º 0.54% 0.75% -
XYZ 28.2 35.06 55.15 -
YUV 148.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 89 171 192 0.54 0.11 0 0.25 192.23 0.45 0.55
Hex 59 AB C0 36 B 0 19 C0 2D 37
Octal 131 253 300 66 13 0 31 300 55 67
Binary 1011001 10101011 11000000 110110 1011 0 11001 11000000 101101 110111

Color Harmonies of #59ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ABC0

Black with #59ABC0

Text Example


Text Example

White with #59ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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