Html Css Color HEX #574770 Meteorite

📋 copy color: '#574770'

red 87 ◦ green 71 ◦ blue 112

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

Shades of Meteorite #574770

Tints of Meteorite #574770

RGB

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

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

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

R = 32.22%
G = 26.3%
B = 41.48%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574770 (or 0x574770) is known color: Meteorite. HEX triplet: 57, 47 and 70. RGB value is (87,71,112). Sum of RGB (Red+Green+Blue) = 87+71+112=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #574770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574770 is #A8B88F. Grayscale: #505050. Windows color (decimal): -11057296 or 7358295. OLE color: 7358295.

HSL color Cylindrical-coordinate representation of color #574770: hue angle of 263.41º 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 #574770 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 71 112 -
CMYK 0.22 0.37 0 0.56
HSL 263.41º 0.22% 0.36% -
HSV(B) 263.41º 0.37% 0.44% -
XYZ 9.11 7.7 16.34 -
YUV 80.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 87 71 112 0.22 0.37 0 0.56 263.41 0.22 0.36
Hex 57 47 70 16 25 0 38 107 16 24
Octal 127 107 160 26 45 0 70 407 26 44
Binary 1010111 1000111 1110000 10110 100101 0 111000 100000111 10110 100100

Color Harmonies of #574770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574770

Black with #574770

Text Example


Text Example

White with #574770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574770; }

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

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

background-color css

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

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

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

border-color css

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

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

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