Html Css Color HEX #51456E Meteorite

📋 copy color: '#51456E'

red 81 ◦ green 69 ◦ blue 110

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

Shades of Meteorite #51456E

Tints of Meteorite #51456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 31.15%
G = 26.54%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51456E (or 0x51456E) is known color: Meteorite. HEX triplet: 51, 45 and 6E. RGB value is (81,69,110). Sum of RGB (Red+Green+Blue) = 81+69+110=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #51456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51456E is #AEBA91. Grayscale: #4D4D4D. Windows color (decimal): -11451026 or 7226705. OLE color: 7226705.

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

Color convert

RGB 81 69 110 -
CMYK 0.26 0.37 0 0.57
HSL 257.56º 0.23% 0.35% -
HSV(B) 257.56º 0.37% 0.43% -
XYZ 8.34 7.13 15.69 -
YUV 77.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 81 69 110 0.26 0.37 0 0.57 257.56 0.23 0.35
Hex 51 45 6E 1A 25 0 39 102 17 23
Octal 121 105 156 32 45 0 71 402 27 43
Binary 1010001 1000101 1101110 11010 100101 0 111001 100000010 10111 100011

Color Harmonies of #51456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51456E

Black with #51456E

Text Example


Text Example

White with #51456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51456E;
 }
 .AnyTagClassName
 {
   color: #51456E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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