#533D74

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

Shades of Meteorite #533D74

Tints of Meteorite #533D74

Color information

#533D74 (or 0x533D74) is unknown color: approx Meteorite. HEX triplet: 53, 3D and 74. RGB value is (83,61,116). Sum of RGB (Red+Green+Blue) = 83+61+116=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #533D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D74 is #ACC28B. Grayscale: #494949. Windows color (decimal): -11321996 or 7617875. OLE color: 7617875.

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

Color convert

RGB8361116-
CMYK0.280.4700.55
HSL264º31.07%34.71%-
HSV(B)264º47.41%45.49%-
XYZ8.396.4417.32-
YUV73.85151.79134.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 61 (24.22% from 255) = 23.46%
BLUE value IS 116 (45.70% from 255) = 44.62%
R=31.92%
G=23.46%
B=44.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83611160.280.4700.5526431.0734.71
Hex533D741C2F0371081f23
Octal1237516434570674103743
Binary1010011111101111010011100101111011011110000100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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