#58457D

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

Shades of Gigas #58457D

Tints of Gigas #58457D

Color information

#58457D (or 0x58457D) is unknown color: approx Gigas. HEX triplet: 58, 45 and 7D. RGB value is (88,69,125). Sum of RGB (Red+Green+Blue) = 88+69+125=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #58457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58457D is #A7BA82. Grayscale: #505050. Windows color (decimal): -10992259 or 8209752. OLE color: 8209752.

HSL color Cylindrical-coordinate representation of color #58457D: hue angle of 260.36º 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 #58457D is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8869125-
CMYK0.300.4500.51
HSL260.36º28.87%38.04%-
HSV(B)260.36º44.8%49.02%-
XYZ9.857.8120.39-
YUV81.06152.79132.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=31.21%
G=24.47%
B=44.33%

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
Decimal88691250.300.4500.51260.3628.8738.04
Hex58457D1E2D0331041d26
Octal13010517536550634043546
Binary10110001000101111110111110101101011001110000010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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