#53446E

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

Shades of Meteorite #53446E

Tints of Meteorite #53446E

Color information

#53446E (or 0x53446E) is unknown color: approx Meteorite. HEX triplet: 53, 44 and 6E. RGB value is (83,68,110). Sum of RGB (Red+Green+Blue) = 83+68+110=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #53446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53446E is #ACBB91. Grayscale: #4D4D4D. Windows color (decimal): -11320210 or 7226451. OLE color: 7226451.

HSL color Cylindrical-coordinate representation of color #53446E: hue angle of 261.43º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53446E is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8368110-
CMYK0.250.3800.57
HSL261.43º23.6%34.9%-
HSV(B)261.43º38.18%43.14%-
XYZ8.457.115.68-
YUV77.27146.47132.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=31.80%
G=26.05%
B=42.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83681100.250.3800.57261.4323.634.9
Hex53446E19260391051823
Octal12310415631460714053043
Binary10100111000100110111011001100110011100110000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53446E; }

 p { color: rgb(83,68,110); }

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

<style>
 a { background-color: #53446E; }

 a { background-color: rgb(83,68,110); }

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

<style>
 span { border-color: #53446E; }

 span { border-color: rgb(83,68,110); }

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