Html Css Color HEX #59AFCA Viking

📋 copy color: '#59AFCA'

red 89 ◦ green 175 ◦ blue 202

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

Shades of Viking #59AFCA

Tints of Viking #59AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 19.1%
G = 37.55%
B = 43.35%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#59AFCA (or 0x59AFCA) is known color: Viking. HEX triplet: 59, AF and CA. RGB value is (89,175,202). Sum of RGB (Red+Green+Blue) = 89+175+202=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #59AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFCA is #A65035. Grayscale: #989898. Windows color (decimal): -10899510 or 13283161. OLE color: 13283161.

HSL color Cylindrical-coordinate representation of color #59AFCA: hue angle of 194.34º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59AFCA is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 175 202 -
CMYK 0.56 0.13 0 0.21
HSL 194.34º 0.52% 0.57% -
HSV(B) 194.34º 0.56% 0.79% -
XYZ 30.11 37.05 61.44 -
YUV 152.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 89 175 202 0.56 0.13 0 0.21 194.34 0.52 0.57
Hex 59 AF CA 38 D 0 15 C2 34 39
Octal 131 257 312 70 15 0 25 302 64 71
Binary 1011001 10101111 11001010 111000 1101 0 10101 11000010 110100 111001

Color Harmonies of #59AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFCA

Black with #59AFCA

Text Example


Text Example

White with #59AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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