Html Css Color HEX #574971 Meteorite

📋 copy color: '#574971'

red 87 ◦ green 73 ◦ blue 113

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

Shades of Meteorite #574971

Tints of Meteorite #574971

RGB

 RED value IS 87 (34.38% from 255) = 31.87%

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 31.87%
G = 26.74%
B = 41.39%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574971 (or 0x574971) is known color: Meteorite. HEX triplet: 57, 49 and 71. RGB value is (87,73,113). Sum of RGB (Red+Green+Blue) = 87+73+113=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #574971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574971 is #A8B68E. Grayscale: #515151. Windows color (decimal): -11056783 or 7424343. OLE color: 7424343.

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

Color convert

RGB 87 73 113 -
CMYK 0.23 0.35 0 0.56
HSL 261º 0.22% 0.36% -
HSV(B) 261º 0.35% 0.44% -
XYZ 9.29 7.98 16.67 -
YUV 81.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 87 73 113 0.23 0.35 0 0.56 261 0.22 0.36
Hex 57 49 71 17 23 0 38 105 16 24
Octal 127 111 161 27 43 0 70 405 26 44
Binary 1010111 1001001 1110001 10111 100011 0 111000 100000101 10110 100100

Color Harmonies of #574971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574971

Black with #574971

Text Example


Text Example

White with #574971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574971; }

 p { color: rgb(87,73,113); }

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

background-color css

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

 a { background-color: rgb(87,73,113); }

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

border-color css

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

 span { border-color: rgb(87,73,113); }

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