#534172

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

Shades of Meteorite #534172

Tints of Meteorite #534172

Color information

#534172 (or 0x534172) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 72. RGB value is (83,65,114). Sum of RGB (Red+Green+Blue) = 83+65+114=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #534172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534172 is #ACBE8D. Grayscale: #4B4B4B. Windows color (decimal): -11320974 or 7487827. OLE color: 7487827.

HSL color Cylindrical-coordinate representation of color #534172: hue angle of 262.04º degrees, saturation: 0.27, 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 #534172 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8365114-
CMYK0.270.4300.55
HSL262.04º27.37%35.1%-
HSV(B)262.04º42.98%44.71%-
XYZ8.496.8316.79-
YUV75.97149.46133.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=31.68%
G=24.81%
B=43.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83651140.270.4300.55262.0427.3735.1
Hex5341721B2B0371061b23
Octal12310116233530674063343
Binary10100111000001111001011011101011011011110000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534172; }

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

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

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

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

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

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

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

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