#58487A

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

Shades of Gigas #58487A

Tints of Gigas #58487A

Color information

#58487A (or 0x58487A) is unknown color: approx Gigas. HEX triplet: 58, 48 and 7A. RGB value is (88,72,122). Sum of RGB (Red+Green+Blue) = 88+72+122=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #58487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58487A is #A7B785. Grayscale: #525252. Windows color (decimal): -10991494 or 8013912. OLE color: 8013912.

HSL color Cylindrical-coordinate representation of color #58487A: hue angle of 259.2º 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 #58487A is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8872122-
CMYK0.280.4100.52
HSL259.2º25.77%38.04%-
HSV(B)259.2º40.98%47.84%-
XYZ9.858.1119.46-
YUV82.48150.3131.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=31.21%
G=25.53%
B=43.26%

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
Decimal88721220.280.4100.52259.225.7738.04
Hex58487A1C290341031a26
Octal13011017234510644033246
Binary10110001001000111101011100101001011010010000001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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