#58457E

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

Shades of Gigas #58457E

Tints of Gigas #58457E

Color information

#58457E (or 0x58457E) is unknown color: approx Gigas. HEX triplet: 58, 45 and 7E. RGB value is (88,69,126). Sum of RGB (Red+Green+Blue) = 88+69+126=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #58457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58457E is #A7BA81. Grayscale: #505050. Windows color (decimal): -10992258 or 8275288. OLE color: 8275288.

HSL color Cylindrical-coordinate representation of color #58457E: hue angle of 260º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58457E is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8869126-
CMYK0.300.4500.51
HSL260º29.23%38.24%-
HSV(B)260º45.24%49.41%-
XYZ9.927.8420.73-
YUV81.18153.29132.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=31.10%
G=24.38%
B=44.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88691260.300.4500.5126029.2338.24
Hex58457E1E2D0331041d26
Octal13010517636550634043546
Binary10110001000101111111011110101101011001110000010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,69,126); }

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

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

 a { background-color: rgb(88,69,126); }

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

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

 span { border-color: rgb(88,69,126); }

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