#51456C

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

Shades of Meteorite #51456C

Tints of Meteorite #51456C

Color information

#51456C (or 0x51456C) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 6C. RGB value is (81,69,108). Sum of RGB (Red+Green+Blue) = 81+69+108=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #51456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51456C is #AEBA93. Grayscale: #4C4C4C. Windows color (decimal): -11451028 or 7095633. OLE color: 7095633.

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

Color convert

RGB8169108-
CMYK0.250.3600.58
HSL258.46º22.03%34.71%-
HSV(B)258.46º36.11%42.35%-
XYZ8.237.0915.12-
YUV77.03145.48130.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=31.40%
G=26.74%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81691080.250.3600.58258.4622.0334.71
Hex51456C192403A1021623
Octal12110515431440724022643
Binary10100011000101110110011001100100011101010000001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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