Html Css Color HEX #51426D Meteorite

📋 copy color: '#51426D'

red 81 ◦ green 66 ◦ blue 109

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

Shades of Meteorite #51426D

Tints of Meteorite #51426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 31.64%
G = 25.78%
B = 42.58%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51426D (or 0x51426D) is known color: Meteorite. HEX triplet: 51, 42 and 6D. RGB value is (81,66,109). Sum of RGB (Red+Green+Blue) = 81+66+109=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #51426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51426D is #AEBD92. Grayscale: #4B4B4B. Windows color (decimal): -11451795 or 7160401. OLE color: 7160401.

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

Color convert

RGB 81 66 109 -
CMYK 0.26 0.39 0 0.57
HSL 260.93º 0.25% 0.34% -
HSV(B) 260.93º 0.39% 0.43% -
XYZ 8.1 6.75 15.34 -
YUV 75.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 81 66 109 0.26 0.39 0 0.57 260.93 0.25 0.34
Hex 51 42 6D 1A 27 0 39 105 19 22
Octal 121 102 155 32 47 0 71 405 31 42
Binary 1010001 1000010 1101101 11010 100111 0 111001 100000101 11001 100010

Color Harmonies of #51426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51426D

Black with #51426D

Text Example


Text Example

White with #51426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51426D; }

 p { color: rgb(81,66,109); }

 H1.HeaderClassName
 {
   color: #51426D;
 }
 .AnyTagClassName
 {
   color: #51426D;
 }
</style>

background-color css

<style>
 a { background-color: #51426D; }

 a { background-color: rgb(81,66,109); }

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

border-color css

<style>
 span { border-color: #51426D; }

 span { border-color: rgb(81,66,109); }

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