#53406B

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

Shades of Meteorite #53406B

Tints of Meteorite #53406B

Color information

#53406B (or 0x53406B) is unknown color: approx Meteorite. HEX triplet: 53, 40 and 6B. RGB value is (83,64,107). Sum of RGB (Red+Green+Blue) = 83+64+107=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #53406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53406B is #ACBF94. Grayscale: #4A4A4A. Windows color (decimal): -11321237 or 7028819. OLE color: 7028819.

HSL color Cylindrical-coordinate representation of color #53406B: hue angle of 266.51º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53406B is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8364107-
CMYK0.220.4000.58
HSL266.51º25.15%33.53%-
HSV(B)266.51º40.19%41.96%-
XYZ8.056.5714.75-
YUV74.58146.29134-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=32.68%
G=25.20%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83641070.220.4000.58266.5125.1533.53
Hex53406B162803A10b1922
Octal12310015326500724133142
Binary10100111000000110101110110101000011101010000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53406B; }

 p { color: rgb(83,64,107); }

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

<style>
 a { background-color: #53406B; }

 a { background-color: rgb(83,64,107); }

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

<style>
 span { border-color: #53406B; }

 span { border-color: rgb(83,64,107); }

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