#533C6D

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

Shades of Meteorite #533C6D

Tints of Meteorite #533C6D

Color information

#533C6D (or 0x533C6D) is unknown color: approx Meteorite. HEX triplet: 53, 3C and 6D. RGB value is (83,60,109). Sum of RGB (Red+Green+Blue) = 83+60+109=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #533C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C6D is #ACC392. Grayscale: #484848. Windows color (decimal): -11322259 or 7158867. OLE color: 7158867.

HSL color Cylindrical-coordinate representation of color #533C6D: hue angle of 268.16º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #533C6D is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8360109-
CMYK0.240.4500.57
HSL268.16º28.99%33.14%-
HSV(B)268.16º44.95%42.75%-
XYZ7.946.1715.24-
YUV72.46148.62135.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=32.94%
G=23.81%
B=43.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83601090.240.4500.57268.1628.9933.14
Hex533C6D182D03910c1d21
Octal1237415530550714143541
Binary1010011111100110110111000101101011100110000110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,109); }

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

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

 a { background-color: rgb(83,60,109); }

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

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

 span { border-color: rgb(83,60,109); }

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