Html Css Color HEX #59ADCE Viking

📋 copy color: '#59ADCE'

red 89 ◦ green 173 ◦ blue 206

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

Shades of Viking #59ADCE

Tints of Viking #59ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 19.02%
G = 36.97%
B = 44.02%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59ADCE (or 0x59ADCE) is known color: Viking. HEX triplet: 59, AD and CE. RGB value is (89,173,206). Sum of RGB (Red+Green+Blue) = 89+173+206=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #59ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADCE is #A65231. Grayscale: #979797. Windows color (decimal): -10900018 or 13544793. OLE color: 13544793.

HSL color Cylindrical-coordinate representation of color #59ADCE: hue angle of 196.92º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59ADCE is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 173 206 -
CMYK 0.57 0.16 0 0.19
HSL 196.92º 0.54% 0.58% -
HSV(B) 196.92º 0.57% 0.81% -
XYZ 30.2 36.47 63.84 -
YUV 151.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 89 173 206 0.57 0.16 0 0.19 196.92 0.54 0.58
Hex 59 AD CE 39 10 0 13 C5 36 3A
Octal 131 255 316 71 20 0 23 305 66 72
Binary 1011001 10101101 11001110 111001 10000 0 10011 11000101 110110 111010

Color Harmonies of #59ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADCE

Black with #59ADCE

Text Example


Text Example

White with #59ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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