Html Css Color HEX #59AFD0 Viking

📋 copy color: '#59AFD0'

red 89 ◦ green 175 ◦ blue 208

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

Shades of Viking #59AFD0

Tints of Viking #59AFD0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 18.86%
G = 37.08%
B = 44.07%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#59AFD0 (or 0x59AFD0) is known color: Viking. HEX triplet: 59, AF and D0. RGB value is (89,175,208). Sum of RGB (Red+Green+Blue) = 89+175+208=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #59AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFD0 is #A6502F. Grayscale: #989898. Windows color (decimal): -10899504 or 13676377. OLE color: 13676377.

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

Color convert

RGB 89 175 208 -
CMYK 0.57 0.16 0 0.18
HSL 196.64º 0.56% 0.58% -
HSV(B) 196.64º 0.57% 0.82% -
XYZ 30.83 37.34 65.26 -
YUV 153.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 89 175 208 0.57 0.16 0 0.18 196.64 0.56 0.58
Hex 59 AF D0 39 10 0 12 C5 38 3A
Octal 131 257 320 71 20 0 22 305 70 72
Binary 1011001 10101111 11010000 111001 10000 0 10010 11000101 111000 111010

Color Harmonies of #59AFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFD0

Black with #59AFD0

Text Example


Text Example

White with #59AFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,175,208); }

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

background-color css

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

 a { background-color: rgb(89,175,208); }

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

border-color css

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

 span { border-color: rgb(89,175,208); }

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