Html Css Color HEX #574870 Meteorite

📋 copy color: '#574870'

red 87 ◦ green 72 ◦ blue 112

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

Shades of Meteorite #574870

Tints of Meteorite #574870

RGB

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

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

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

R = 32.1%
G = 26.57%
B = 41.33%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574870 (or 0x574870) is known color: Meteorite. HEX triplet: 57, 48 and 70. RGB value is (87,72,112). Sum of RGB (Red+Green+Blue) = 87+72+112=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #574870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574870 is #A8B78F. Grayscale: #505050. Windows color (decimal): -11057040 or 7358551. OLE color: 7358551.

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

Color convert

RGB 87 72 112 -
CMYK 0.22 0.36 0 0.56
HSL 262.5º 0.22% 0.36% -
HSV(B) 262.5º 0.36% 0.44% -
XYZ 9.17 7.83 16.36 -
YUV 81.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 87 72 112 0.22 0.36 0 0.56 262.5 0.22 0.36
Hex 57 48 70 16 24 0 38 106 16 24
Octal 127 110 160 26 44 0 70 406 26 44
Binary 1010111 1001000 1110000 10110 100100 0 111000 100000110 10110 100100

Color Harmonies of #574870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574870

Black with #574870

Text Example


Text Example

White with #574870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574870; }

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

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

background-color css

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

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

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

border-color css

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

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

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