#59AEC1

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

Shades of Viking #59AEC1

Tints of Viking #59AEC1

Color information

#59AEC1 (or 0x59AEC1) is unknown color: approx Viking. HEX triplet: 59, AE and C1. RGB value is (89,174,193). Sum of RGB (Red+Green+Blue) = 89+174+193=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #59AEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEC1 is #A6513E. Grayscale: #969696. Windows color (decimal): -10899775 or 12693081. OLE color: 12693081.

HSL color Cylindrical-coordinate representation of color #59AEC1: hue angle of 190.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59AEC1 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89174193-
CMYK0.540.1000.24
HSL190.96º45.61%55.29%-
HSV(B)190.96º53.89%75.69%-
XYZ28.8836.2555.93-
YUV150.75151.8483.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.52%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=19.52%
G=38.16%
B=42.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891741930.540.1000.24190.9645.6155.29
Hex59AEC136A018bf2e37
Octal13125630166120302775667
Binary10110011010111011000001110110101001100010111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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