#533D70

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

Shades of Meteorite #533D70

Tints of Meteorite #533D70

Color information

#533D70 (or 0x533D70) is unknown color: approx Meteorite. HEX triplet: 53, 3D and 70. RGB value is (83,61,112). Sum of RGB (Red+Green+Blue) = 83+61+112=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #533D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D70 is #ACC28F. Grayscale: #494949. Windows color (decimal): -11322000 or 7355731. OLE color: 7355731.

HSL color Cylindrical-coordinate representation of color #533D70: hue angle of 265.88º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533D70 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8361112-
CMYK0.260.4600.56
HSL265.88º29.48%33.92%-
HSV(B)265.88º45.54%43.92%-
XYZ8.166.3516.12-
YUV73.39149.79134.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=32.42%
G=23.83%
B=43.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83611120.260.4600.56265.8829.4833.92
Hex533D701A2E03810a1d22
Octal1237516032560704123542
Binary1010011111101111000011010101110011100010000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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