#533D75

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

Shades of Meteorite #533D75

Tints of Meteorite #533D75

Color information

#533D75 (or 0x533D75) is unknown color: approx Meteorite. HEX triplet: 53, 3D and 75. RGB value is (83,61,117). Sum of RGB (Red+Green+Blue) = 83+61+117=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #533D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D75 is #ACC28A. Grayscale: #494949. Windows color (decimal): -11321995 or 7683411. OLE color: 7683411.

HSL color Cylindrical-coordinate representation of color #533D75: hue angle of 263.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #533D75 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8361117-
CMYK0.290.4800.54
HSL263.57º31.46%34.9%-
HSV(B)263.57º47.86%45.88%-
XYZ8.456.4617.63-
YUV73.96152.29134.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 61 (24.22% from 255) = 23.37%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=31.80%
G=23.37%
B=44.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83611170.290.4800.54263.5731.4634.9
Hex533D751D300361081f23
Octal1237516535600664103743
Binary1010011111101111010111101110000011011010000100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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