#58468E

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

Shades of Gigas #58468E

Tints of Gigas #58468E

Color information

#58468E (or 0x58468E) is unknown color: approx Gigas. HEX triplet: 58, 46 and 8E. RGB value is (88,70,142). Sum of RGB (Red+Green+Blue) = 88+70+142=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #58468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58468E is #A7B971. Grayscale: #535353. Windows color (decimal): -10991986 or 9324120. OLE color: 9324120.

HSL color Cylindrical-coordinate representation of color #58468E: hue angle of 255º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58468E is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8870142-
CMYK0.380.5100.44
HSL255º33.96%41.57%-
HSV(B)255º50.7%55.69%-
XYZ11.18.4126.63-
YUV83.59160.96131.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=29.33%
G=23.33%
B=47.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88701420.380.5100.4425533.9641.57
Hex58468E263302Cff222a
Octal13010621646630543774252
Binary1011000100011010001110100110110011010110011111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58468E; }

 p { color: rgb(88,70,142); }

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

<style>
 a { background-color: #58468E; }

 a { background-color: rgb(88,70,142); }

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

<style>
 span { border-color: #58468E; }

 span { border-color: rgb(88,70,142); }

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