Html Css Color HEX #574774 Meteorite

📋 copy color: '#574774'

red 87 ◦ green 71 ◦ blue 116

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

Shades of Meteorite #574774

Tints of Meteorite #574774

RGB

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

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

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

R = 31.75%
G = 25.91%
B = 42.34%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574774 (or 0x574774) is known color: Meteorite. HEX triplet: 57, 47 and 74. RGB value is (87,71,116). Sum of RGB (Red+Green+Blue) = 87+71+116=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #574774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574774 is #A8B88B. Grayscale: #505050. Windows color (decimal): -11057292 or 7620439. OLE color: 7620439.

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

Color convert

RGB 87 71 116 -
CMYK 0.25 0.39 0 0.55
HSL 261.33º 0.24% 0.37% -
HSV(B) 261.33º 0.39% 0.45% -
XYZ 9.34 7.79 17.54 -
YUV 80.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 87 71 116 0.25 0.39 0 0.55 261.33 0.24 0.37
Hex 57 47 74 19 27 0 37 105 18 25
Octal 127 107 164 31 47 0 67 405 30 45
Binary 1010111 1000111 1110100 11001 100111 0 110111 100000101 11000 100101

Color Harmonies of #574774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574774

Black with #574774

Text Example


Text Example

White with #574774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574774; }

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

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

background-color css

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

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

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

border-color css

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

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

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