#574774

Color #574774 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #574774

Tints of Meteorite #574774

Color information

#574774 (or 0x574774) is unknown color: approx 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

RGB8771116-
CMYK0.250.3900.55
HSL261.33º24.06%36.67%-
HSV(B)261.33º38.79%45.49%-
XYZ9.347.7917.54-
YUV80.91147.8132.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=31.75%
G=25.91%
B=42.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87711160.250.3900.55261.3324.0636.67
Hex57477419270371051825
Octal12710716431470674053045
Binary10101111000111111010011001100111011011110000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>