Html Css Color HEX #59AECE Viking

📋 copy color: '#59AECE'

red 89 ◦ green 174 ◦ blue 206

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

Shades of Viking #59AECE

Tints of Viking #59AECE

RGB

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

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

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

R = 18.98%
G = 37.1%
B = 43.92%

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

#59AECE (or 0x59AECE) is known color: Viking. HEX triplet: 59, AE and CE. RGB value is (89,174,206). Sum of RGB (Red+Green+Blue) = 89+174+206=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #59AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AECE is #A65131. Grayscale: #989898. Windows color (decimal): -10899762 or 13545049. OLE color: 13545049.

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

Color convert

RGB 89 174 206 -
CMYK 0.57 0.16 0 0.19
HSL 196.41º 0.54% 0.58% -
HSV(B) 196.41º 0.57% 0.81% -
XYZ 30.4 36.85 63.9 -
YUV 152.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 89 174 206 0.57 0.16 0 0.19 196.41 0.54 0.58
Hex 59 AE CE 39 10 0 13 C4 36 3A
Octal 131 256 316 71 20 0 23 304 66 72
Binary 1011001 10101110 11001110 111001 10000 0 10011 11000100 110110 111010

Color Harmonies of #59AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AECE

Black with #59AECE

Text Example


Text Example

White with #59AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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