#58447F

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

Shades of Gigas #58447F

Tints of Gigas #58447F

Color information

#58447F (or 0x58447F) is unknown color: approx Gigas. HEX triplet: 58, 44 and 7F. RGB value is (88,68,127). Sum of RGB (Red+Green+Blue) = 88+68+127=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #58447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58447F is #A7BB80. Grayscale: #505050. Windows color (decimal): -10992513 or 8340568. OLE color: 8340568.

HSL color Cylindrical-coordinate representation of color #58447F: hue angle of 260.34º 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 #58447F is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8868127-
CMYK0.310.4600.50
HSL260.34º30.26%38.24%-
HSV(B)260.34º46.46%49.8%-
XYZ9.927.7421.05-
YUV80.71154.13133.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 127 (50% from 255) = 44.88%
R=31.10%
G=24.03%
B=44.88%

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
Decimal88681270.310.4600.50260.3430.2638.24
Hex58447F1F2E0321041e26
Octal13010417737560624043646
Binary10110001000100111111111111101110011001010000010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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