#59AAC4

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

Shades of Viking #59AAC4

Tints of Viking #59AAC4

Color information

#59AAC4 (or 0x59AAC4) is unknown color: approx Viking. HEX triplet: 59, AA and C4. RGB value is (89,170,196). Sum of RGB (Red+Green+Blue) = 89+170+196=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #59AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AAC4 is #A6553B. Grayscale: #949494. Windows color (decimal): -10900796 or 12888665. OLE color: 12888665.

HSL color Cylindrical-coordinate representation of color #59AAC4: hue angle of 194.58º 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 #59AAC4 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB89170196-
CMYK0.550.1300.23
HSL194.58º47.56%55.88%-
HSV(B)194.58º54.59%76.86%-
XYZ28.4634.8657.45-
YUV148.74154.6685.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=19.56%
G=37.36%
B=43.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891701960.550.1300.23194.5847.5655.88
Hex59AAC437D017c33038
Octal13125230467150273036070
Binary10110011010101011000100110111110101011111000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,170,196); }

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

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

 a { background-color: rgb(89,170,196); }

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

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

 span { border-color: rgb(89,170,196); }

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