#58468D

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

Shades of Gigas #58468D

Tints of Gigas #58468D

Color information

#58468D (or 0x58468D) is unknown color: approx Gigas. HEX triplet: 58, 46 and 8D. RGB value is (88,70,141). Sum of RGB (Red+Green+Blue) = 88+70+141=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #58468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58468D is #A7B972. Grayscale: #535353. Windows color (decimal): -10991987 or 9258584. OLE color: 9258584.

HSL color Cylindrical-coordinate representation of color #58468D: hue angle of 255.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58468D is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8870141-
CMYK0.380.5000.45
HSL255.21º33.65%41.37%-
HSV(B)255.21º50.35%55.29%-
XYZ11.028.3826.24-
YUV83.48160.46131.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=29.43%
G=23.41%
B=47.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88701410.380.5000.45255.2133.6541.37
Hex58468D263202Dff2229
Octal13010621546620553774251
Binary1011000100011010001101100110110010010110111111111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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