#59488E

Color #59488E Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #59488E

Tints of Gigas #59488E

Color information

#59488E (or 0x59488E) is unknown color: approx Gigas. HEX triplet: 59, 48 and 8E. RGB value is (89,72,142). Sum of RGB (Red+Green+Blue) = 89+72+142=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #59488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59488E is #A6B771. Grayscale: #545454. Windows color (decimal): -10925938 or 9324633. OLE color: 9324633.

HSL color Cylindrical-coordinate representation of color #59488E: hue angle of 254.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59488E is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8972142-
CMYK0.370.4900.44
HSL254.57º32.71%41.96%-
HSV(B)254.57º49.3%55.69%-
XYZ11.328.7126.68-
YUV85.06160.13130.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=29.37%
G=23.76%
B=46.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89721420.370.4900.44254.5732.7141.96
Hex59488E253102Cff212a
Octal13111021645610543774152
Binary1011001100100010001110100101110001010110011111111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59488E; }

 p { color: rgb(89,72,142); }

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

<style>
 a { background-color: #59488E; }

 a { background-color: rgb(89,72,142); }

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

<style>
 span { border-color: #59488E; }

 span { border-color: rgb(89,72,142); }

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