#59AEC0

Color #59AEC0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #59AEC0

Tints of Viking #59AEC0

Color information

#59AEC0 (or 0x59AEC0) is unknown color: approx Viking. HEX triplet: 59, AE and C0. RGB value is (89,174,192). Sum of RGB (Red+Green+Blue) = 89+174+192=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #59AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEC0 is #A6513F. Grayscale: #969696. Windows color (decimal): -10899776 or 12627545. OLE color: 12627545.

HSL color Cylindrical-coordinate representation of color #59AEC0: hue angle of 190.49º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59AEC0 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89174192-
CMYK0.540.0900.25
HSL190.49º44.98%55.1%-
HSV(B)190.49º53.65%75.29%-
XYZ28.7736.255.34-
YUV150.64151.3484.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 192 (75.39% from 255) = 42.20%
R=19.56%
G=38.24%
B=42.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891741920.540.0900.25190.4944.9855.1
Hex59AEC0369019be2d37
Octal13125630066110312765567
Binary10110011010111011000000110110100101100110111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59AEC0;
 }
 .AnyTagClassName
 {
   color: #59AEC0;
 }
</style>
background-color css

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

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

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

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

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

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