#584670

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

Shades of Meteorite #584670

Tints of Meteorite #584670

Color information

#584670 (or 0x584670) is unknown color: approx Meteorite. HEX triplet: 58, 46 and 70. RGB value is (88,70,112). Sum of RGB (Red+Green+Blue) = 88+70+112=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #584670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584670 is #A7B98F. Grayscale: #505050. Windows color (decimal): -10992016 or 7358040. OLE color: 7358040.

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

Color convert

RGB8870112-
CMYK0.210.3800.56
HSL265.71º23.08%35.69%-
HSV(B)265.71º37.5%43.92%-
XYZ9.147.6216.32-
YUV80.17145.96133.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=32.59%
G=25.93%
B=41.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88701120.210.3800.56265.7123.0835.69
Hex584670152603810a1724
Octal13010616025460704122744
Binary10110001000110111000010101100110011100010000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584670; }

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

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

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

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

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

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

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

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