Html Css Color HEX #59AECC Viking

📋 copy color: '#59AECC'

red 89 ◦ green 174 ◦ blue 204

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

Shades of Viking #59AECC

Tints of Viking #59AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 19.06%
G = 37.26%
B = 43.68%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#59AECC (or 0x59AECC) is known color: Viking. HEX triplet: 59, AE and CC. RGB value is (89,174,204). Sum of RGB (Red+Green+Blue) = 89+174+204=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #59AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AECC is #A65133. Grayscale: #979797. Windows color (decimal): -10899764 or 13413977. OLE color: 13413977.

HSL color Cylindrical-coordinate representation of color #59AECC: hue angle of 195.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59AECC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 174 204 -
CMYK 0.56 0.15 0 0.2
HSL 195.65º 0.53% 0.57% -
HSV(B) 195.65º 0.56% 0.8% -
XYZ 30.15 36.76 62.63 -
YUV 152.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 89 174 204 0.56 0.15 0 0.2 195.65 0.53 0.57
Hex 59 AE CC 38 F 0 14 C4 35 39
Octal 131 256 314 70 17 0 24 304 65 71
Binary 1011001 10101110 11001100 111000 1111 0 10100 11000100 110101 111001

Color Harmonies of #59AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AECC

Black with #59AECC

Text Example


Text Example

White with #59AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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