Html Css Color HEX #584770 Meteorite

📋 copy color: '#584770'

red 88 ◦ green 71 ◦ blue 112

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

Shades of Meteorite #584770

Tints of Meteorite #584770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 32.47%
G = 26.2%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#584770 (or 0x584770) is known color: 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

RGB 88 71 112 -
CMYK 0.21 0.37 0 0.56
HSL 264.88º 0.22% 0.36% -
HSV(B) 264.88º 0.37% 0.44% -
XYZ 9.2 7.75 16.34 -
YUV 80.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 88 71 112 0.21 0.37 0 0.56 264.88 0.22 0.36
Hex 58 47 70 15 25 0 38 109 16 24
Octal 130 107 160 25 45 0 70 411 26 44
Binary 1011000 1000111 1110000 10101 100101 0 111000 100001001 10110 100100

Color Harmonies of #584770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584770

Black with #584770

Text Example


Text Example

White with #584770

Text Example


Text Example

HTML Codes & Css Web 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>