#584A71

Color #584A71 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #584A71

Tints of Meteorite #584A71

Color information

#584A71 (or 0x584A71) is unknown color: approx Meteorite. HEX triplet: 58, 4A and 71. RGB value is (88,74,113). Sum of RGB (Red+Green+Blue) = 88+74+113=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #584A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A71 is #A7B58E. Grayscale: #525252. Windows color (decimal): -10990991 or 7424600. OLE color: 7424600.

HSL color Cylindrical-coordinate representation of color #584A71: hue angle of 261.54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #584A71 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8874113-
CMYK0.220.3500.56
HSL261.54º20.86%36.67%-
HSV(B)261.54º34.51%44.31%-
XYZ9.458.1616.7-
YUV82.63145.14131.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=32%
G=26.91%
B=41.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88741130.220.3500.56261.5420.8636.67
Hex584A7116230381061525
Octal13011216126430704062545
Binary10110001001010111000110110100011011100010000011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A71; }

 p { color: rgb(88,74,113); }

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

<style>
 a { background-color: #584A71; }

 a { background-color: rgb(88,74,113); }

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

<style>
 span { border-color: #584A71; }

 span { border-color: rgb(88,74,113); }

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