#534371

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

Shades of Meteorite #534371

Tints of Meteorite #534371

Color information

#534371 (or 0x534371) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 71. RGB value is (83,67,113). Sum of RGB (Red+Green+Blue) = 83+67+113=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #534371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534371 is #ACBC8E. Grayscale: #4C4C4C. Windows color (decimal): -11320463 or 7422803. OLE color: 7422803.

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

Color convert

RGB8367113-
CMYK0.270.4100.56
HSL260.87º25.56%35.29%-
HSV(B)260.87º40.71%44.31%-
XYZ8.567.0516.53-
YUV77.03148.3132.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=31.56%
G=25.48%
B=42.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83671130.270.4100.56260.8725.5635.29
Hex5343711B290381051a23
Octal12310316133510704053243
Binary10100111000011111000111011101001011100010000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534371; }

 p { color: rgb(83,67,113); }

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

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

 a { background-color: rgb(83,67,113); }

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

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

 span { border-color: rgb(83,67,113); }

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