Html Css Color HEX #514772 Meteorite

📋 copy color: '#514772'

red 81 ◦ green 71 ◦ blue 114

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

Shades of Meteorite #514772

Tints of Meteorite #514772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 30.45%
G = 26.69%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514772 (or 0x514772) is known color: Meteorite. HEX triplet: 51, 47 and 72. RGB value is (81,71,114). Sum of RGB (Red+Green+Blue) = 81+71+114=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #514772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514772 is #AEB88D. Grayscale: #4E4E4E. Windows color (decimal): -11450510 or 7489361. OLE color: 7489361.

HSL color Cylindrical-coordinate representation of color #514772: hue angle of 253.95º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514772 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 71 114 -
CMYK 0.29 0.38 0 0.55
HSL 253.95º 0.23% 0.36% -
HSV(B) 253.95º 0.38% 0.45% -
XYZ 8.68 7.47 16.9 -
YUV 78.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 81 71 114 0.29 0.38 0 0.55 253.95 0.23 0.36
Hex 51 47 72 1D 26 0 37 FE 17 24
Octal 121 107 162 35 46 0 67 376 27 44
Binary 1010001 1000111 1110010 11101 100110 0 110111 11111110 10111 100100

Color Harmonies of #514772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514772

Black with #514772

Text Example


Text Example

White with #514772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514772; }

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

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

background-color css

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

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

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

border-color css

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

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

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