Html Css Color HEX #59AEC9 Viking

📋 copy color: '#59AEC9'

red 89 ◦ green 174 ◦ blue 201

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

Shades of Viking #59AEC9

Tints of Viking #59AEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 19.18%
G = 37.5%
B = 43.32%

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

#59AEC9 (or 0x59AEC9) is known color: Viking. HEX triplet: 59, AE and C9. RGB value is (89,174,201). Sum of RGB (Red+Green+Blue) = 89+174+201=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #59AEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEC9 is #A65136. Grayscale: #979797. Windows color (decimal): -10899767 or 13217369. OLE color: 13217369.

HSL color Cylindrical-coordinate representation of color #59AEC9: hue angle of 194.46º degrees, saturation: 0.51, 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 #59AEC9 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 174 201 -
CMYK 0.56 0.13 0 0.21
HSL 194.46º 0.51% 0.57% -
HSV(B) 194.46º 0.56% 0.79% -
XYZ 29.8 36.61 60.75 -
YUV 151.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 89 174 201 0.56 0.13 0 0.21 194.46 0.51 0.57
Hex 59 AE C9 38 D 0 15 C2 33 39
Octal 131 256 311 70 15 0 25 302 63 71
Binary 1011001 10101110 11001001 111000 1101 0 10101 11000010 110011 111001

Color Harmonies of #59AEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEC9

Black with #59AEC9

Text Example


Text Example

White with #59AEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,174,201); }

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

background-color css

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

 a { background-color: rgb(89,174,201); }

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

border-color css

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

 span { border-color: rgb(89,174,201); }

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