#574B70

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

Shades of Meteorite #574B70

Tints of Meteorite #574B70

Color information

#574B70 (or 0x574B70) is unknown color: approx Meteorite. HEX triplet: 57, 4B and 70. RGB value is (87,75,112). Sum of RGB (Red+Green+Blue) = 87+75+112=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #574B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B70 is #A8B48F. Grayscale: #525252. Windows color (decimal): -11056272 or 7359319. OLE color: 7359319.

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

Color convert

RGB8775112-
CMYK0.220.3300.56
HSL259.46º19.79%36.67%-
HSV(B)259.46º33.04%43.92%-
XYZ9.378.2316.42-
YUV82.81144.48130.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=31.75%
G=27.37%
B=40.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87751120.220.3300.56259.4619.7936.67
Hex574B7016210381031425
Octal12711316026410704032445
Binary10101111001011111000010110100001011100010000001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B70; }

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

 H1.HeaderClassName
 {
   color: #574B70;
 }
 .AnyTagClassName
 {
   color: #574B70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #574B70;
 }
 .BgClassName
 {
   background-color: #574B70;
 }
</style>
border-color css

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

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

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