Html Css Color HEX #51476F Meteorite

📋 copy color: '#51476F'

red 81 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #51476F

Tints of Meteorite #51476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 30.8%
G = 27%
B = 42.21%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51476F (or 0x51476F) is known color: Meteorite. HEX triplet: 51, 47 and 6F. RGB value is (81,71,111). Sum of RGB (Red+Green+Blue) = 81+71+111=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #51476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51476F is #AEB890. Grayscale: #4E4E4E. Windows color (decimal): -11450513 or 7292753. OLE color: 7292753.

HSL color Cylindrical-coordinate representation of color #51476F: hue angle of 255º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51476F is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 71 111 -
CMYK 0.27 0.36 0 0.56
HSL 255º 0.22% 0.36% -
HSV(B) 255º 0.36% 0.44% -
XYZ 8.52 7.4 16.02 -
YUV 78.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 81 71 111 0.27 0.36 0 0.56 255 0.22 0.36
Hex 51 47 6F 1B 24 0 38 FF 16 24
Octal 121 107 157 33 44 0 70 377 26 44
Binary 1010001 1000111 1101111 11011 100100 0 111000 11111111 10110 100100

Color Harmonies of #51476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51476F

Black with #51476F

Text Example


Text Example

White with #51476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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