#51486b

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

Shades of Meteorite #51486B

Tints of Meteorite #51486B

Color information

#51486B (or 0x51486B) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 6B. RGB value is (81,72,107). Sum of RGB (Red+Green+Blue) = 81+72+107=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #51486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51486B is #AEB794. Grayscale: #4E4E4E. Windows color (decimal): -11450261 or 7030865. OLE color: 7030865.

HSL color Cylindrical-coordinate representation of color #51486B: hue angle of 255.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51486B is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8172107-
CMYK0.240.3300.58
HSL255.43º19.55%35.1%-
HSV(B)255.43º32.71%41.96%-
XYZ8.367.4514.91-
YUV78.68143.98129.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=31.15%
G=27.69%
B=41.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81721070.240.3300.58255.4319.5535.1
Hex51486B182103Aff1423
Octal12111015330410723772443
Binary1010001100100011010111100010000101110101111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51486b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51486b; }

 p { color: rgb(81,72,107); }

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

<style>
 a { background-color: #51486b; }

 a { background-color: rgb(81,72,107); }

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

<style>
 span { border-color: #51486b; }

 span { border-color: rgb(81,72,107); }

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