#59448B

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

Shades of Gigas #59448B

Tints of Gigas #59448B

Color information

#59448B (or 0x59448B) is unknown color: approx Gigas. HEX triplet: 59, 44 and 8B. RGB value is (89,68,139). Sum of RGB (Red+Green+Blue) = 89+68+139=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #59448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59448B is #A6BB74. Grayscale: #525252. Windows color (decimal): -10926965 or 9127001. OLE color: 9127001.

HSL color Cylindrical-coordinate representation of color #59448B: hue angle of 257.75º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59448B is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8968139-
CMYK0.360.5100.45
HSL257.75º34.3%40.59%-
HSV(B)257.75º51.08%54.51%-
XYZ10.858.1225.42-
YUV82.37159.96132.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=30.07%
G=22.97%
B=46.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89681390.360.5100.45257.7534.340.59
Hex59448B243302D1022229
Octal13110421344630554024251
Binary10110011000100100010111001001100110101101100000010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59448B; }

 p { color: rgb(89,68,139); }

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

<style>
 a { background-color: #59448B; }

 a { background-color: rgb(89,68,139); }

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

<style>
 span { border-color: #59448B; }

 span { border-color: rgb(89,68,139); }

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