#584A72

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

Shades of Meteorite #584A72

Tints of Meteorite #584A72

Color information

#584A72 (or 0x584A72) is unknown color: approx Meteorite. HEX triplet: 58, 4A and 72. RGB value is (88,74,114). Sum of RGB (Red+Green+Blue) = 88+74+114=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #584A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A72 is #A7B58D. Grayscale: #525252. Windows color (decimal): -10990990 or 7490136. OLE color: 7490136.

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

Color convert

RGB8874114-
CMYK0.230.3500.55
HSL261º21.28%36.86%-
HSV(B)261º35.09%44.71%-
XYZ9.518.1917-
YUV82.75145.64131.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=31.88%
G=26.81%
B=41.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88741140.230.3500.5526121.2836.86
Hex584A7217230371051525
Octal13011216227430674052545
Binary10110001001010111001010111100011011011110000010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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