#51446C

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

Shades of Meteorite #51446C

Tints of Meteorite #51446C

Color information

#51446C (or 0x51446C) is unknown color: approx Meteorite. HEX triplet: 51, 44 and 6C. RGB value is (81,68,108). Sum of RGB (Red+Green+Blue) = 81+68+108=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #51446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51446C is #AEBB93. Grayscale: #4C4C4C. Windows color (decimal): -11451284 or 7095377. OLE color: 7095377.

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

Color convert

RGB8168108-
CMYK0.250.3700.58
HSL259.5º22.73%34.51%-
HSV(B)259.5º37.04%42.35%-
XYZ8.176.9715.1-
YUV76.45145.81131.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=31.52%
G=26.46%
B=42.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81681080.250.3700.58259.522.7334.51
Hex51446C192503A1041723
Octal12110415431450724042743
Binary10100011000100110110011001100101011101010000010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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