Html Css Color HEX #514771 Meteorite

📋 copy color: '#514771'

red 81 ◦ green 71 ◦ blue 113

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

Shades of Meteorite #514771

Tints of Meteorite #514771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 30.57%
G = 26.79%
B = 42.64%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514771 (or 0x514771) is known color: Meteorite. HEX triplet: 51, 47 and 71. RGB value is (81,71,113). Sum of RGB (Red+Green+Blue) = 81+71+113=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #514771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514771 is #AEB88E. Grayscale: #4E4E4E. Windows color (decimal): -11450511 or 7423825. OLE color: 7423825.

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

Color convert

RGB 81 71 113 -
CMYK 0.28 0.37 0 0.56
HSL 254.29º 0.23% 0.36% -
HSV(B) 254.29º 0.37% 0.44% -
XYZ 8.63 7.45 16.61 -
YUV 78.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 81 71 113 0.28 0.37 0 0.56 254.29 0.23 0.36
Hex 51 47 71 1C 25 0 38 FE 17 24
Octal 121 107 161 34 45 0 70 376 27 44
Binary 1010001 1000111 1110001 11100 100101 0 111000 11111110 10111 100100

Color Harmonies of #514771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514771

Black with #514771

Text Example


Text Example

White with #514771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514771; }

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

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

background-color css

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

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

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

border-color css

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

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

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