#574575

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

Shades of Meteorite #574575

Tints of Meteorite #574575

Color information

#574575 (or 0x574575) is unknown color: approx Meteorite. HEX triplet: 57, 45 and 75. RGB value is (87,69,117). Sum of RGB (Red+Green+Blue) = 87+69+117=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #574575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574575 is #A8BA8A. Grayscale: #4F4F4F. Windows color (decimal): -11057803 or 7685463. OLE color: 7685463.

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

Color convert

RGB8769117-
CMYK0.260.4100.54
HSL262.5º25.81%36.47%-
HSV(B)262.5º41.03%45.88%-
XYZ9.277.5717.8-
YUV79.85148.96133.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=31.87%
G=25.27%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87691170.260.4100.54262.525.8136.47
Hex5745751A290361061a24
Octal12710516532510664063244
Binary10101111000101111010111010101001011011010000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574575; }

 p { color: rgb(87,69,117); }

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

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

 a { background-color: rgb(87,69,117); }

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

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

 span { border-color: rgb(87,69,117); }

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