#534171

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

Shades of Meteorite #534171

Tints of Meteorite #534171

Color information

#534171 (or 0x534171) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 71. RGB value is (83,65,113). Sum of RGB (Red+Green+Blue) = 83+65+113=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #534171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534171 is #ACBE8E. Grayscale: #4B4B4B. Windows color (decimal): -11320975 or 7422291. OLE color: 7422291.

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

Color convert

RGB8365113-
CMYK0.270.4200.56
HSL262.5º26.97%34.9%-
HSV(B)262.5º42.48%44.31%-
XYZ8.446.8116.49-
YUV75.85148.96133.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=31.80%
G=24.90%
B=43.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83651130.270.4200.56262.526.9734.9
Hex5341711B2A0381061b23
Octal12310116133520704063343
Binary10100111000001111000111011101010011100010000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534171; }

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

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

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

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

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

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

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

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