#59AEC5

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

Shades of Viking #59AEC5

Tints of Viking #59AEC5

Color information

#59AEC5 (or 0x59AEC5) is unknown color: approx Viking. HEX triplet: 59, AE and C5. RGB value is (89,174,197). Sum of RGB (Red+Green+Blue) = 89+174+197=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #59AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEC5 is #A6513A. Grayscale: #979797. Windows color (decimal): -10899771 or 12955225. OLE color: 12955225.

HSL color Cylindrical-coordinate representation of color #59AEC5: hue angle of 192.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59AEC5 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB89174197-
CMYK0.550.1200.23
HSL192.78º48.21%56.08%-
HSV(B)192.78º54.82%77.25%-
XYZ29.3336.4358.31-
YUV151.21153.8483.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 197 (77.34% from 255) = 42.83%
R=19.35%
G=37.83%
B=42.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891741970.550.1200.23192.7848.2156.08
Hex59AEC537C017c13038
Octal13125630567140273016070
Binary10110011010111011000101110111110001011111000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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