#534173

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

Shades of Meteorite #534173

Tints of Meteorite #534173

Color information

#534173 (or 0x534173) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 73. RGB value is (83,65,115). Sum of RGB (Red+Green+Blue) = 83+65+115=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #534173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534173 is #ACBE8C. Grayscale: #4B4B4B. Windows color (decimal): -11320973 or 7553363. OLE color: 7553363.

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

Color convert

RGB8365115-
CMYK0.280.4300.55
HSL261.6º27.78%35.29%-
HSV(B)261.6º43.48%45.1%-
XYZ8.556.8617.09-
YUV76.08149.96132.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=31.56%
G=24.71%
B=43.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83651150.280.4300.55261.627.7835.29
Hex5341731C2B0371061c23
Octal12310116334530674063443
Binary10100111000001111001111100101011011011110000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534173; }

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

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

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

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

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

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

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

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