Html Css Color HEX #51476B Meteorite

📋 copy color: '#51476B'

red 81 ◦ green 71 ◦ blue 107

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

Shades of Meteorite #51476B

Tints of Meteorite #51476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 31.27%
G = 27.41%
B = 41.31%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51476B (or 0x51476B) is known color: Meteorite. HEX triplet: 51, 47 and 6B. RGB value is (81,71,107). Sum of RGB (Red+Green+Blue) = 81+71+107=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #51476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51476B is #AEB894. Grayscale: #4D4D4D. Windows color (decimal): -11450517 or 7030609. OLE color: 7030609.

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

Color convert

RGB 81 71 107 -
CMYK 0.24 0.34 0 0.58
HSL 256.67º 0.2% 0.35% -
HSV(B) 256.67º 0.34% 0.42% -
XYZ 8.3 7.32 14.88 -
YUV 78.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 81 71 107 0.24 0.34 0 0.58 256.67 0.2 0.35
Hex 51 47 6B 18 22 0 3A 101 14 23
Octal 121 107 153 30 42 0 72 401 24 43
Binary 1010001 1000111 1101011 11000 100010 0 111010 100000001 10100 100011

Color Harmonies of #51476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51476B

Black with #51476B

Text Example


Text Example

White with #51476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51476B; }

 p { color: rgb(81,71,107); }

 H1.HeaderClassName
 {
   color: #51476B;
 }
 .AnyTagClassName
 {
   color: #51476B;
 }
</style>

background-color css

<style>
 a { background-color: #51476B; }

 a { background-color: rgb(81,71,107); }

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

border-color css

<style>
 span { border-color: #51476B; }

 span { border-color: rgb(81,71,107); }

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