#584770

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

Shades of Meteorite #584770

Tints of Meteorite #584770

Color information

#584770 (or 0x584770) is unknown color: approx Meteorite. HEX triplet: 58, 47 and 70. RGB value is (88,71,112). Sum of RGB (Red+Green+Blue) = 88+71+112=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #584770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584770 is #A7B88F. Grayscale: #505050. Windows color (decimal): -10991760 or 7358296. OLE color: 7358296.

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

Color convert

RGB8871112-
CMYK0.210.3700.56
HSL264.88º22.4%35.88%-
HSV(B)264.88º36.61%43.92%-
XYZ9.27.7516.34-
YUV80.76145.63133.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=32.47%
G=26.20%
B=41.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88711120.210.3700.56264.8822.435.88
Hex58477015250381091624
Octal13010716025450704112644
Binary10110001000111111000010101100101011100010000100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584770; }

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

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

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

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

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

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

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

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