#58457F

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

Shades of Gigas #58457F

Tints of Gigas #58457F

Color information

#58457F (or 0x58457F) is unknown color: approx Gigas. HEX triplet: 58, 45 and 7F. RGB value is (88,69,127). Sum of RGB (Red+Green+Blue) = 88+69+127=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #58457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58457F is #A7BA80. Grayscale: #515151. Windows color (decimal): -10992257 or 8340824. OLE color: 8340824.

HSL color Cylindrical-coordinate representation of color #58457F: hue angle of 259.66º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58457F is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8869127-
CMYK0.310.4600.50
HSL259.66º29.59%38.43%-
HSV(B)259.66º45.67%49.8%-
XYZ9.987.8621.07-
YUV81.29153.79132.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 127 (50% from 255) = 44.72%
R=30.99%
G=24.30%
B=44.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88691270.310.4600.50259.6629.5938.43
Hex58457F1F2E0321041e26
Octal13010517737560624043646
Binary10110001000101111111111111101110011001010000010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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