#58487B

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

Shades of Gigas #58487B

Tints of Gigas #58487B

Color information

#58487B (or 0x58487B) is unknown color: approx Gigas. HEX triplet: 58, 48 and 7B. RGB value is (88,72,123). Sum of RGB (Red+Green+Blue) = 88+72+123=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #58487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58487B is #A7B784. Grayscale: #525252. Windows color (decimal): -10991493 or 8079448. OLE color: 8079448.

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

Color convert

RGB8872123-
CMYK0.280.4100.52
HSL258.82º26.15%38.24%-
HSV(B)258.82º41.46%48.24%-
XYZ9.928.1419.79-
YUV82.6150.8131.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=31.10%
G=25.44%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88721230.280.4100.52258.8226.1538.24
Hex58487B1C290341031a26
Octal13011017334510644033246
Binary10110001001000111101111100101001011010010000001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,72,123); }

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

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

 a { background-color: rgb(88,72,123); }

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

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

 span { border-color: rgb(88,72,123); }

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