Html Css Color HEX #59A8BF Viking

📋 copy color: '#59A8BF'

red 89 ◦ green 168 ◦ blue 191

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

Shades of Viking #59A8BF

Tints of Viking #59A8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 19.87%
G = 37.5%
B = 42.63%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59A8BF (or 0x59A8BF) is known color: Viking. HEX triplet: 59, A8 and BF. RGB value is (89,168,191). Sum of RGB (Red+Green+Blue) = 89+168+191=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #59A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8BF is #A65740. Grayscale: #929292. Windows color (decimal): -10901313 or 12560473. OLE color: 12560473.

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

Color convert

RGB 89 168 191 -
CMYK 0.53 0.12 0 0.25
HSL 193.53º 0.44% 0.55% -
HSV(B) 193.53º 0.53% 0.75% -
XYZ 27.53 33.89 54.38 -
YUV 147 152.83 86.63 -
System Red Green Blue C M Y K H S L
Decimal 89 168 191 0.53 0.12 0 0.25 193.53 0.44 0.55
Hex 59 A8 BF 35 C 0 19 C2 2C 37
Octal 131 250 277 65 14 0 31 302 54 67
Binary 1011001 10101000 10111111 110101 1100 0 11001 11000010 101100 110111

Color Harmonies of #59A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8BF

Black with #59A8BF

Text Example


Text Example

White with #59A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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