Html Css Color HEX #584870 Meteorite

📋 copy color: '#584870'

red 88 ◦ green 72 ◦ blue 112

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

Shades of Meteorite #584870

Tints of Meteorite #584870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 32.35%
G = 26.47%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#584870 (or 0x584870) is known color: Meteorite. HEX triplet: 58, 48 and 70. RGB value is (88,72,112). Sum of RGB (Red+Green+Blue) = 88+72+112=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #584870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584870 is #A7B78F. Grayscale: #515151. Windows color (decimal): -10991504 or 7358552. OLE color: 7358552.

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

Color convert

RGB 88 72 112 -
CMYK 0.21 0.36 0 0.56
HSL 264º 0.22% 0.36% -
HSV(B) 264º 0.36% 0.44% -
XYZ 9.27 7.88 16.36 -
YUV 81.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 88 72 112 0.21 0.36 0 0.56 264 0.22 0.36
Hex 58 48 70 15 24 0 38 108 16 24
Octal 130 110 160 25 44 0 70 410 26 44
Binary 1011000 1001000 1110000 10101 100100 0 111000 100001000 10110 100100

Color Harmonies of #584870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584870

Black with #584870

Text Example


Text Example

White with #584870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584870; }

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

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

background-color css

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

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

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

border-color css

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

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

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