#584772

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

Shades of Meteorite #584772

Tints of Meteorite #584772

Color information

#584772 (or 0x584772) is unknown color: approx Meteorite. HEX triplet: 58, 47 and 72. RGB value is (88,71,114). Sum of RGB (Red+Green+Blue) = 88+71+114=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #584772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584772 is #A7B88D. Grayscale: #505050. Windows color (decimal): -10991758 or 7489368. OLE color: 7489368.

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

Color convert

RGB8871114-
CMYK0.230.3800.55
HSL263.72º23.24%36.27%-
HSV(B)263.72º37.72%44.71%-
XYZ9.327.816.93-
YUV80.98146.63133-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=32.23%
G=26.01%
B=41.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88711140.230.3800.55263.7223.2436.27
Hex58477217260371081724
Octal13010716227460674102744
Binary10110001000111111001010111100110011011110000100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584772; }

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

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

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

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

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

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

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

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