#58478F

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

Shades of Gigas #58478F

Tints of Gigas #58478F

Color information

#58478F (or 0x58478F) is unknown color: approx Gigas. HEX triplet: 58, 47 and 8F. RGB value is (88,71,143). Sum of RGB (Red+Green+Blue) = 88+71+143=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #58478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58478F is #A7B870. Grayscale: #545454. Windows color (decimal): -10991729 or 9389912. OLE color: 9389912.

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

Color convert

RGB8871143-
CMYK0.380.5000.44
HSL254.17º33.64%41.96%-
HSV(B)254.17º50.35%56.08%-
XYZ11.248.5627.05-
YUV84.29161.13130.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=29.14%
G=23.51%
B=47.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88711430.380.5000.44254.1733.6441.96
Hex58478F263202Cfe222a
Octal13010721746620543764252
Binary1011000100011110001111100110110010010110011111110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,71,143); }

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

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

 a { background-color: rgb(88,71,143); }

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

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

 span { border-color: rgb(88,71,143); }

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