Html Css Color HEX #574A70 Meteorite

📋 copy color: '#574A70'

red 87 ◦ green 74 ◦ blue 112

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

Shades of Meteorite #574A70

Tints of Meteorite #574A70

RGB

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

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

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

R = 31.87%
G = 27.11%
B = 41.03%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574A70 (or 0x574A70) is known color: Meteorite. HEX triplet: 57, 4A and 70. RGB value is (87,74,112). Sum of RGB (Red+Green+Blue) = 87+74+112=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #574A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A70 is #A8B58F. Grayscale: #525252. Windows color (decimal): -11056528 or 7359063. OLE color: 7359063.

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

Color convert

RGB 87 74 112 -
CMYK 0.22 0.34 0 0.56
HSL 260.53º 0.2% 0.36% -
HSV(B) 260.53º 0.34% 0.44% -
XYZ 9.3 8.09 16.4 -
YUV 82.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 87 74 112 0.22 0.34 0 0.56 260.53 0.2 0.36
Hex 57 4A 70 16 22 0 38 105 14 24
Octal 127 112 160 26 42 0 70 405 24 44
Binary 1010111 1001010 1110000 10110 100010 0 111000 100000101 10100 100100

Color Harmonies of #574A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A70

Black with #574A70

Text Example


Text Example

White with #574A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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