#574372

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

Shades of Meteorite #574372

Tints of Meteorite #574372

Color information

#574372 (or 0x574372) is unknown color: approx Meteorite. HEX triplet: 57, 43 and 72. RGB value is (87,67,114). Sum of RGB (Red+Green+Blue) = 87+67+114=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #574372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574372 is #A8BC8D. Grayscale: #4E4E4E. Windows color (decimal): -11058318 or 7488343. OLE color: 7488343.

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

Color convert

RGB8767114-
CMYK0.240.4100.55
HSL265.53º25.97%35.49%-
HSV(B)265.53º41.23%44.71%-
XYZ8.977.2616.85-
YUV78.34148.13134.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=32.46%
G=25%
B=42.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87671140.240.4100.55265.5325.9735.49
Hex574372182903710a1a23
Octal12710316230510674123243
Binary10101111000011111001011000101001011011110000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574372; }

 p { color: rgb(87,67,114); }

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

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

 a { background-color: rgb(87,67,114); }

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

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

 span { border-color: rgb(87,67,114); }

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