Html Css Color HEX #514769 Meteorite

📋 copy color: '#514769'

red 81 ◦ green 71 ◦ blue 105

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

Shades of Meteorite #514769

Tints of Meteorite #514769

RGB

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

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

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

R = 31.52%
G = 27.63%
B = 40.86%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#514769 (or 0x514769) is known color: Meteorite. HEX triplet: 51, 47 and 69. RGB value is (81,71,105). Sum of RGB (Red+Green+Blue) = 81+71+105=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #514769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514769 is #AEB896. Grayscale: #4D4D4D. Windows color (decimal): -11450519 or 6899537. OLE color: 6899537.

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

Color convert

RGB 81 71 105 -
CMYK 0.23 0.32 0 0.59
HSL 257.65º 0.19% 0.35% -
HSV(B) 257.65º 0.32% 0.41% -
XYZ 8.2 7.28 14.34 -
YUV 77.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 81 71 105 0.23 0.32 0 0.59 257.65 0.19 0.35
Hex 51 47 69 17 20 0 3B 102 13 23
Octal 121 107 151 27 40 0 73 402 23 43
Binary 1010001 1000111 1101001 10111 100000 0 111011 100000010 10011 100011

Color Harmonies of #514769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514769

Black with #514769

Text Example


Text Example

White with #514769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514769; }

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

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

background-color css

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

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

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

border-color css

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

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

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