Html Css Color HEX #59AFD1 Viking

📋 copy color: '#59AFD1'

red 89 ◦ green 175 ◦ blue 209

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

Shades of Viking #59AFD1

Tints of Viking #59AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 18.82%
G = 37%
B = 44.19%

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

#59AFD1 (or 0x59AFD1) is known color: Viking. HEX triplet: 59, AF and D1. RGB value is (89,175,209). Sum of RGB (Red+Green+Blue) = 89+175+209=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #59AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFD1 is #A6502E. Grayscale: #989898. Windows color (decimal): -10899503 or 13741913. OLE color: 13741913.

HSL color Cylindrical-coordinate representation of color #59AFD1: hue angle of 197º degrees, saturation: 0.57, 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 #59AFD1 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 175 209 -
CMYK 0.57 0.16 0 0.18
HSL 197º 0.57% 0.58% -
HSV(B) 197º 0.57% 0.82% -
XYZ 30.96 37.39 65.91 -
YUV 153.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 89 175 209 0.57 0.16 0 0.18 197 0.57 0.58
Hex 59 AF D1 39 10 0 12 C5 39 3A
Octal 131 257 321 71 20 0 22 305 71 72
Binary 1011001 10101111 11010001 111001 10000 0 10010 11000101 111001 111010

Color Harmonies of #59AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFD1

Black with #59AFD1

Text Example


Text Example

White with #59AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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