#533f6a

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

Shades of Meteorite #533F6A

Tints of Meteorite #533F6A

Color information

#533F6A (or 0x533F6A) is unknown color: approx Meteorite. HEX triplet: 53, 3F and 6A. RGB value is (83,63,106). Sum of RGB (Red+Green+Blue) = 83+63+106=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #533F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F6A is #ACC095. Grayscale: #494949. Windows color (decimal): -11321494 or 6963027. OLE color: 6963027.

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

Color convert

RGB8363106-
CMYK0.220.4100.58
HSL267.91º25.44%33.14%-
HSV(B)267.91º40.57%41.57%-
XYZ7.956.4314.46-
YUV73.88146.13134.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=32.94%
G=25%
B=42.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83631060.220.4100.58267.9125.4433.14
Hex533F6A162903A10c1921
Octal1237715226510724143141
Binary1010011111111110101010110101001011101010000110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,63,106); }

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

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

 a { background-color: rgb(83,63,106); }

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

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

 span { border-color: rgb(83,63,106); }

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