Html Css Color HEX #514773 Meteorite

📋 copy color: '#514773'

red 81 ◦ green 71 ◦ blue 115

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

Shades of Meteorite #514773

Tints of Meteorite #514773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 30.34%
G = 26.59%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514773 (or 0x514773) is known color: Meteorite. HEX triplet: 51, 47 and 73. RGB value is (81,71,115). Sum of RGB (Red+Green+Blue) = 81+71+115=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #514773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514773 is #AEB88C. Grayscale: #4E4E4E. Windows color (decimal): -11450509 or 7554897. OLE color: 7554897.

HSL color Cylindrical-coordinate representation of color #514773: hue angle of 253.64º degrees, saturation: 0.24, 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 #514773 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 71 115 -
CMYK 0.30 0.38 0 0.55
HSL 253.64º 0.24% 0.36% -
HSV(B) 253.64º 0.38% 0.45% -
XYZ 8.74 7.49 17.21 -
YUV 79.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 81 71 115 0.30 0.38 0 0.55 253.64 0.24 0.36
Hex 51 47 73 1E 26 0 37 FE 18 24
Octal 121 107 163 36 46 0 67 376 30 44
Binary 1010001 1000111 1110011 11110 100110 0 110111 11111110 11000 100100

Color Harmonies of #514773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514773

Black with #514773

Text Example


Text Example

White with #514773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514773; }

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

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

background-color css

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

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

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

border-color css

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

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

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