Html Css Color HEX #584872 Meteorite

📋 copy color: '#584872'

red 88 ◦ green 72 ◦ blue 114

#584872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #584872

Tints of Meteorite #584872

RGB

 RED value IS 88 (34.77% from 255) = 32.12%

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 32.12%
G = 26.28%
B = 41.61%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584872 (or 0x584872) is known color: Meteorite. HEX triplet: 58, 48 and 72. RGB value is (88,72,114). Sum of RGB (Red+Green+Blue) = 88+72+114=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #584872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584872 is #A7B78D. Grayscale: #515151. Windows color (decimal): -10991502 or 7489624. OLE color: 7489624.

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

Color convert

RGB 88 72 114 -
CMYK 0.23 0.37 0 0.55
HSL 262.86º 0.23% 0.36% -
HSV(B) 262.86º 0.37% 0.45% -
XYZ 9.38 7.92 16.95 -
YUV 81.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 88 72 114 0.23 0.37 0 0.55 262.86 0.23 0.36
Hex 58 48 72 17 25 0 37 107 17 24
Octal 130 110 162 27 45 0 67 407 27 44
Binary 1011000 1001000 1110010 10111 100101 0 110111 100000111 10111 100100

Color Harmonies of #584872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584872

Black with #584872

Text Example


Text Example

White with #584872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584872; }

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

 H1.HeaderClassName
 {
   color: #584872;
 }
 .AnyTagClassName
 {
   color: #584872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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