#51466C

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

Shades of Meteorite #51466C

Tints of Meteorite #51466C

Color information

#51466C (or 0x51466C) is unknown color: approx Meteorite. HEX triplet: 51, 46 and 6C. RGB value is (81,70,108). Sum of RGB (Red+Green+Blue) = 81+70+108=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #51466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51466C is #AEB993. Grayscale: #4D4D4D. Windows color (decimal): -11450772 or 7095889. OLE color: 7095889.

HSL color Cylindrical-coordinate representation of color #51466C: hue angle of 257.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51466C is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8170108-
CMYK0.250.3500.58
HSL257.37º21.35%34.9%-
HSV(B)257.37º35.19%42.35%-
XYZ8.297.2115.14-
YUV77.62145.14130.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=31.27%
G=27.03%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81701080.250.3500.58257.3721.3534.9
Hex51466C192303A1011523
Octal12110615431430724012543
Binary10100011000110110110011001100011011101010000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51466C; }

 p { color: rgb(81,70,108); }

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

<style>
 a { background-color: #51466C; }

 a { background-color: rgb(81,70,108); }

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

<style>
 span { border-color: #51466C; }

 span { border-color: rgb(81,70,108); }

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