Html Css Color HEX #514969 Meteorite

📋 copy color: '#514969'

red 81 ◦ green 73 ◦ blue 105

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

Shades of Meteorite #514969

Tints of Meteorite #514969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 31.27%
G = 28.19%
B = 40.54%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#514969 (or 0x514969) is known color: Meteorite. HEX triplet: 51, 49 and 69. RGB value is (81,73,105). Sum of RGB (Red+Green+Blue) = 81+73+105=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #514969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514969 is #AEB696. Grayscale: #4E4E4E. Windows color (decimal): -11450007 or 6900049. OLE color: 6900049.

HSL color Cylindrical-coordinate representation of color #514969: hue angle of 255º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514969 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 73 105 -
CMYK 0.23 0.30 0 0.59
HSL 255º 0.18% 0.35% -
HSV(B) 255º 0.3% 0.41% -
XYZ 8.33 7.53 14.38 -
YUV 79.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 81 73 105 0.23 0.30 0 0.59 255 0.18 0.35
Hex 51 49 69 17 1E 0 3B FF 12 23
Octal 121 111 151 27 36 0 73 377 22 43
Binary 1010001 1001001 1101001 10111 11110 0 111011 11111111 10010 100011

Color Harmonies of #514969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514969

Black with #514969

Text Example


Text Example

White with #514969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514969; }

 p { color: rgb(81,73,105); }

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

background-color css

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

 a { background-color: rgb(81,73,105); }

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

border-color css

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

 span { border-color: rgb(81,73,105); }

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