#533D6D

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

Shades of Meteorite #533D6D

Tints of Meteorite #533D6D

Color information

#533D6D (or 0x533D6D) is unknown color: approx Meteorite. HEX triplet: 53, 3D and 6D. RGB value is (83,61,109). Sum of RGB (Red+Green+Blue) = 83+61+109=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #533D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D6D is #ACC292. Grayscale: #484848. Windows color (decimal): -11322003 or 7159123. OLE color: 7159123.

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

Color convert

RGB8361109-
CMYK0.240.4400.57
HSL267.5º28.24%33.33%-
HSV(B)267.5º44.04%42.75%-
XYZ86.2815.26-
YUV73.05148.29135.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=32.81%
G=24.11%
B=43.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83611090.240.4400.57267.528.2433.33
Hex533D6D182C03910c1c21
Octal1237515530540714143441
Binary1010011111101110110111000101100011100110000110011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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