#533E76

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

Shades of Meteorite #533E76

Tints of Meteorite #533E76

Color information

#533E76 (or 0x533E76) is unknown color: approx Meteorite. HEX triplet: 53, 3E and 76. RGB value is (83,62,118). Sum of RGB (Red+Green+Blue) = 83+62+118=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #533E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E76 is #ACC189. Grayscale: #4A4A4A. Windows color (decimal): -11321738 or 7749203. OLE color: 7749203.

HSL color Cylindrical-coordinate representation of color #533E76: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533E76 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8362118-
CMYK0.300.4700.54
HSL262.5º31.11%35.29%-
HSV(B)262.5º47.46%46.27%-
XYZ8.566.5917.96-
YUV74.66152.46133.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=31.56%
G=23.57%
B=44.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83621180.300.4700.54262.531.1135.29
Hex533E761E2F0361061f23
Octal1237616636570664063743
Binary1010011111110111011011110101111011011010000011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533E76; }

 p { color: rgb(83,62,118); }

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

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

 a { background-color: rgb(83,62,118); }

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

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

 span { border-color: rgb(83,62,118); }

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