#533E6C

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

Shades of Meteorite #533E6C

Tints of Meteorite #533E6C

Color information

#533E6C (or 0x533E6C) is unknown color: approx Meteorite. HEX triplet: 53, 3E and 6C. RGB value is (83,62,108). Sum of RGB (Red+Green+Blue) = 83+62+108=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #533E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E6C is #ACC193. Grayscale: #494949. Windows color (decimal): -11321748 or 7093843. OLE color: 7093843.

HSL color Cylindrical-coordinate representation of color #533E6C: hue angle of 267.39º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #533E6C is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8362108-
CMYK0.230.4300.58
HSL267.39º27.06%33.33%-
HSV(B)267.39º42.59%42.35%-
XYZ86.3714.99-
YUV73.52147.46134.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=32.81%
G=24.51%
B=42.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83621080.230.4300.58267.3927.0633.33
Hex533E6C172B03A10b1b21
Octal1237615427530724133341
Binary1010011111110110110010111101011011101010000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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