Html Css Color HEX #59ADC0 Viking

📋 copy color: '#59ADC0'

red 89 ◦ green 173 ◦ blue 192

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

Shades of Viking #59ADC0

Tints of Viking #59ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

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

R = 19.6%
G = 38.11%
B = 42.29%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59ADC0 (or 0x59ADC0) is known color: Viking. HEX triplet: 59, AD and C0. RGB value is (89,173,192). Sum of RGB (Red+Green+Blue) = 89+173+192=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #59ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADC0 is #A6523F. Grayscale: #959595. Windows color (decimal): -10900032 or 12627289. OLE color: 12627289.

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

Color convert

RGB 89 173 192 -
CMYK 0.54 0.10 0 0.25
HSL 191.07º 0.45% 0.55% -
HSV(B) 191.07º 0.54% 0.75% -
XYZ 28.58 35.82 55.28 -
YUV 150.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 89 173 192 0.54 0.10 0 0.25 191.07 0.45 0.55
Hex 59 AD C0 36 A 0 19 BF 2D 37
Octal 131 255 300 66 12 0 31 277 55 67
Binary 1011001 10101101 11000000 110110 1010 0 11001 10111111 101101 110111

Color Harmonies of #59ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADC0

Black with #59ADC0

Text Example


Text Example

White with #59ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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