Html Css Color HEX #51416A Meteorite

📋 copy color: '#51416A'

red 81 ◦ green 65 ◦ blue 106

#51416A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #51416A

Tints of Meteorite #51416A

RGB

 RED value IS 81 (32.03% from 255) = 32.14%

 GREEN value IS 65 (25.78% from 255) = 25.79%

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 32.14%
G = 25.79%
B = 42.06%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51416A (or 0x51416A) is known color: Meteorite. HEX triplet: 51, 41 and 6A. RGB value is (81,65,106). Sum of RGB (Red+Green+Blue) = 81+65+106=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #51416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51416A is #AEBE95. Grayscale: #4A4A4A. Windows color (decimal): -11452054 or 6963537. OLE color: 6963537.

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

Color convert

RGB 81 65 106 -
CMYK 0.24 0.39 0 0.58
HSL 263.41º 0.24% 0.34% -
HSV(B) 263.41º 0.39% 0.42% -
XYZ 7.89 6.57 14.49 -
YUV 74.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 81 65 106 0.24 0.39 0 0.58 263.41 0.24 0.34
Hex 51 41 6A 18 27 0 3A 107 18 22
Octal 121 101 152 30 47 0 72 407 30 42
Binary 1010001 1000001 1101010 11000 100111 0 111010 100000111 11000 100010

Color Harmonies of #51416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51416A

Black with #51416A

Text Example


Text Example

White with #51416A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51416A;
 }
 .AnyTagClassName
 {
   color: #51416A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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