Html Css Color HEX #574671 Meteorite

📋 copy color: '#574671'

red 87 ◦ green 70 ◦ blue 113

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

Shades of Meteorite #574671

Tints of Meteorite #574671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 32.22%
G = 25.93%
B = 41.85%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574671 (or 0x574671) is known color: Meteorite. HEX triplet: 57, 46 and 71. RGB value is (87,70,113). Sum of RGB (Red+Green+Blue) = 87+70+113=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #574671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574671 is #A8B98E. Grayscale: #4F4F4F. Windows color (decimal): -11057551 or 7423575. OLE color: 7423575.

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

Color convert

RGB 87 70 113 -
CMYK 0.23 0.38 0 0.56
HSL 263.72º 0.23% 0.36% -
HSV(B) 263.72º 0.38% 0.44% -
XYZ 9.1 7.6 16.61 -
YUV 79.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 87 70 113 0.23 0.38 0 0.56 263.72 0.23 0.36
Hex 57 46 71 17 26 0 38 108 17 24
Octal 127 106 161 27 46 0 70 410 27 44
Binary 1010111 1000110 1110001 10111 100110 0 111000 100001000 10111 100100

Color Harmonies of #574671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574671

Black with #574671

Text Example


Text Example

White with #574671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574671; }

 p { color: rgb(87,70,113); }

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

background-color css

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

 a { background-color: rgb(87,70,113); }

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

border-color css

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

 span { border-color: rgb(87,70,113); }

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