Html Css Color HEX #574872 Meteorite

📋 copy color: '#574872'

red 87 ◦ green 72 ◦ blue 114

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

Shades of Meteorite #574872

Tints of Meteorite #574872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 31.87%
G = 26.37%
B = 41.76%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574872 (or 0x574872) is known color: Meteorite. HEX triplet: 57, 48 and 72. RGB value is (87,72,114). Sum of RGB (Red+Green+Blue) = 87+72+114=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #574872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574872 is #A8B78D. Grayscale: #515151. Windows color (decimal): -11057038 or 7489623. OLE color: 7489623.

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

Color convert

RGB 87 72 114 -
CMYK 0.24 0.37 0 0.55
HSL 261.43º 0.23% 0.36% -
HSV(B) 261.43º 0.37% 0.45% -
XYZ 9.29 7.88 16.95 -
YUV 81.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 87 72 114 0.24 0.37 0 0.55 261.43 0.23 0.36
Hex 57 48 72 18 25 0 37 105 17 24
Octal 127 110 162 30 45 0 67 405 27 44
Binary 1010111 1001000 1110010 11000 100101 0 110111 100000101 10111 100100

Color Harmonies of #574872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574872

Black with #574872

Text Example


Text Example

White with #574872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574872; }

 p { color: rgb(87,72,114); }

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

background-color css

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

 a { background-color: rgb(87,72,114); }

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

border-color css

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

 span { border-color: rgb(87,72,114); }

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