#51406E

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

Shades of Meteorite #51406E

Tints of Meteorite #51406E

Color information

#51406E (or 0x51406E) is unknown color: approx Meteorite. HEX triplet: 51, 40 and 6E. RGB value is (81,64,110). Sum of RGB (Red+Green+Blue) = 81+64+110=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #51406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51406E is #AEBF91. Grayscale: #4A4A4A. Windows color (decimal): -11452306 or 7225425. OLE color: 7225425.

HSL color Cylindrical-coordinate representation of color #51406E: hue angle of 262.17º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51406E is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8164110-
CMYK0.260.4200.57
HSL262.17º26.44%34.12%-
HSV(B)262.17º41.82%43.14%-
XYZ8.046.5415.59-
YUV74.33148.13132.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=31.76%
G=25.10%
B=43.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81641100.260.4200.57262.1726.4434.12
Hex51406E1A2A0391061a22
Octal12110015632520714063242
Binary10100011000000110111011010101010011100110000011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,64,110); }

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

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

 a { background-color: rgb(81,64,110); }

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

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

 span { border-color: rgb(81,64,110); }

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