#59ACC1

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

Shades of Viking #59ACC1

Tints of Viking #59ACC1

Color information

#59ACC1 (or 0x59ACC1) is unknown color: approx Viking. HEX triplet: 59, AC and C1. RGB value is (89,172,193). Sum of RGB (Red+Green+Blue) = 89+172+193=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #59ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACC1 is #A6533E. Grayscale: #959595. Windows color (decimal): -10900287 or 12692569. OLE color: 12692569.

HSL color Cylindrical-coordinate representation of color #59ACC1: hue angle of 192.12º 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 #59ACC1 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89172193-
CMYK0.540.1100.24
HSL192.12º45.61%55.29%-
HSV(B)192.12º53.89%75.69%-
XYZ28.535.4855.8-
YUV149.58152.584.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.60%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=19.60%
G=37.89%
B=42.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891721930.540.1100.24192.1245.6155.29
Hex59ACC136B018c02e37
Octal13125430166130303005667
Binary10110011010110011000001110110101101100011000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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