Html Css Color HEX #514869 Meteorite

📋 copy color: '#514869'

red 81 ◦ green 72 ◦ blue 105

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

Shades of Meteorite #514869

Tints of Meteorite #514869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 31.4%
G = 27.91%
B = 40.7%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#514869 (or 0x514869) is known color: Meteorite. HEX triplet: 51, 48 and 69. RGB value is (81,72,105). Sum of RGB (Red+Green+Blue) = 81+72+105=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #514869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514869 is #AEB796. Grayscale: #4E4E4E. Windows color (decimal): -11450263 or 6899793. OLE color: 6899793.

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

Color convert

RGB 81 72 105 -
CMYK 0.23 0.31 0 0.59
HSL 256.36º 0.19% 0.35% -
HSV(B) 256.36º 0.31% 0.41% -
XYZ 8.26 7.4 14.36 -
YUV 78.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 81 72 105 0.23 0.31 0 0.59 256.36 0.19 0.35
Hex 51 48 69 17 1F 0 3B 100 13 23
Octal 121 110 151 27 37 0 73 400 23 43
Binary 1010001 1001000 1101001 10111 11111 0 111011 100000000 10011 100011

Color Harmonies of #514869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514869

Black with #514869

Text Example


Text Example

White with #514869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514869; }

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

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

background-color css

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

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

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

border-color css

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

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

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