Html Css Color HEX #574574 Meteorite

📋 copy color: '#574574'

red 87 ◦ green 69 ◦ blue 116

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

Shades of Meteorite #574574

Tints of Meteorite #574574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 31.99%
G = 25.37%
B = 42.65%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574574 (or 0x574574) is known color: Meteorite. HEX triplet: 57, 45 and 74. RGB value is (87,69,116). Sum of RGB (Red+Green+Blue) = 87+69+116=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #574574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574574 is #A8BA8B. Grayscale: #4F4F4F. Windows color (decimal): -11057804 or 7619927. OLE color: 7619927.

HSL color Cylindrical-coordinate representation of color #574574: hue angle of 262.98º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #574574 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 69 116 -
CMYK 0.25 0.41 0 0.55
HSL 262.98º 0.25% 0.36% -
HSV(B) 262.98º 0.41% 0.45% -
XYZ 9.21 7.54 17.49 -
YUV 79.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 87 69 116 0.25 0.41 0 0.55 262.98 0.25 0.36
Hex 57 45 74 19 29 0 37 107 19 24
Octal 127 105 164 31 51 0 67 407 31 44
Binary 1010111 1000101 1110100 11001 101001 0 110111 100000111 11001 100100

Color Harmonies of #574574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574574

Black with #574574

Text Example


Text Example

White with #574574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574574; }

 p { color: rgb(87,69,116); }

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

background-color css

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

 a { background-color: rgb(87,69,116); }

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

border-color css

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

 span { border-color: rgb(87,69,116); }

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