#59457B

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

Shades of Gigas #59457B

Tints of Gigas #59457B

Color information

#59457B (or 0x59457B) is unknown color: approx Gigas. HEX triplet: 59, 45 and 7B. RGB value is (89,69,123). Sum of RGB (Red+Green+Blue) = 89+69+123=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #59457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59457B is #A6BA84. Grayscale: #505050. Windows color (decimal): -10926725 or 8078681. OLE color: 8078681.

HSL color Cylindrical-coordinate representation of color #59457B: hue angle of 262.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59457B is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8969123-
CMYK0.280.4400.52
HSL262.22º28.12%37.65%-
HSV(B)262.22º43.9%48.24%-
XYZ9.827.8119.73-
YUV81.14151.63133.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.67%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=31.67%
G=24.56%
B=43.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89691230.280.4400.52262.2228.1237.65
Hex59457B1C2C0341061c26
Octal13110517334540644063446
Binary10110011000101111101111100101100011010010000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,69,123); }

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

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

 a { background-color: rgb(89,69,123); }

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

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

 span { border-color: rgb(89,69,123); }

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