#51436A

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

Shades of Meteorite #51436A

Tints of Meteorite #51436A

Color information

#51436A (or 0x51436A) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 6A. RGB value is (81,67,106). Sum of RGB (Red+Green+Blue) = 81+67+106=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #51436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51436A is #AEBC95. Grayscale: #4B4B4B. Windows color (decimal): -11451542 or 6964049. OLE color: 6964049.

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

Color convert

RGB8167106-
CMYK0.240.3700.58
HSL261.54º22.54%33.92%-
HSV(B)261.54º36.79%41.57%-
XYZ86.814.53-
YUV75.63145.14131.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=31.89%
G=26.38%
B=41.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81671060.240.3700.58261.5422.5433.92
Hex51436A182503A1061722
Octal12110315230450724062742
Binary10100011000011110101011000100101011101010000011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51436A; }

 p { color: rgb(81,67,106); }

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

<style>
 a { background-color: #51436A; }

 a { background-color: rgb(81,67,106); }

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

<style>
 span { border-color: #51436A; }

 span { border-color: rgb(81,67,106); }

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