Html Css Color HEX #59A8C0 Viking

📋 copy color: '#59A8C0'

red 89 ◦ green 168 ◦ blue 192

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

Shades of Viking #59A8C0

Tints of Viking #59A8C0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

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

R = 19.82%
G = 37.42%
B = 42.76%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59A8C0 (or 0x59A8C0) is known color: Viking. HEX triplet: 59, A8 and C0. RGB value is (89,168,192). Sum of RGB (Red+Green+Blue) = 89+168+192=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #59A8C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8C0 is #A6573F. Grayscale: #929292. Windows color (decimal): -10901312 or 12626009. OLE color: 12626009.

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

Color convert

RGB 89 168 192 -
CMYK 0.54 0.12 0 0.25
HSL 193.98º 0.45% 0.55% -
HSV(B) 193.98º 0.54% 0.75% -
XYZ 27.64 33.93 54.96 -
YUV 147.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 89 168 192 0.54 0.12 0 0.25 193.98 0.45 0.55
Hex 59 A8 C0 36 C 0 19 C2 2D 37
Octal 131 250 300 66 14 0 31 302 55 67
Binary 1011001 10101000 11000000 110110 1100 0 11001 11000010 101101 110111

Color Harmonies of #59A8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8C0

Black with #59A8C0

Text Example


Text Example

White with #59A8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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