Html Css Color HEX #51476C Meteorite

📋 copy color: '#51476C'

red 81 ◦ green 71 ◦ blue 108

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

Shades of Meteorite #51476C

Tints of Meteorite #51476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 31.15%
G = 27.31%
B = 41.54%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51476C (or 0x51476C) is known color: Meteorite. HEX triplet: 51, 47 and 6C. RGB value is (81,71,108). Sum of RGB (Red+Green+Blue) = 81+71+108=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #51476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51476C is #AEB893. Grayscale: #4E4E4E. Windows color (decimal): -11450516 or 7096145. OLE color: 7096145.

HSL color Cylindrical-coordinate representation of color #51476C: hue angle of 256.22º degrees, saturation: 0.21, 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 #51476C is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 71 108 -
CMYK 0.25 0.34 0 0.58
HSL 256.22º 0.21% 0.35% -
HSV(B) 256.22º 0.34% 0.42% -
XYZ 8.35 7.34 15.16 -
YUV 78.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 81 71 108 0.25 0.34 0 0.58 256.22 0.21 0.35
Hex 51 47 6C 19 22 0 3A 100 15 23
Octal 121 107 154 31 42 0 72 400 25 43
Binary 1010001 1000111 1101100 11001 100010 0 111010 100000000 10101 100011

Color Harmonies of #51476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51476C

Black with #51476C

Text Example


Text Example

White with #51476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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