Html Css Color HEX #574A71 Meteorite

📋 copy color: '#574A71'

red 87 ◦ green 74 ◦ blue 113

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

Shades of Meteorite #574A71

Tints of Meteorite #574A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 31.75%
G = 27.01%
B = 41.24%

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

#574A71 (or 0x574A71) is known color: Meteorite. HEX triplet: 57, 4A and 71. RGB value is (87,74,113). Sum of RGB (Red+Green+Blue) = 87+74+113=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #574A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A71 is #A8B58E. Grayscale: #525252. Windows color (decimal): -11056527 or 7424599. OLE color: 7424599.

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

Color convert

RGB 87 74 113 -
CMYK 0.23 0.35 0 0.56
HSL 260º 0.21% 0.37% -
HSV(B) 260º 0.35% 0.44% -
XYZ 9.36 8.12 16.7 -
YUV 82.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 87 74 113 0.23 0.35 0 0.56 260 0.21 0.37
Hex 57 4A 71 17 23 0 38 104 15 25
Octal 127 112 161 27 43 0 70 404 25 45
Binary 1010111 1001010 1110001 10111 100011 0 111000 100000100 10101 100101

Color Harmonies of #574A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A71

Black with #574A71

Text Example


Text Example

White with #574A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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