Html Css Color HEX #514872 Meteorite

📋 copy color: '#514872'

red 81 ◦ green 72 ◦ blue 114

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

Shades of Meteorite #514872

Tints of Meteorite #514872

RGB

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

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

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

R = 30.34%
G = 26.97%
B = 42.7%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514872 (or 0x514872) is known color: Meteorite. HEX triplet: 51, 48 and 72. RGB value is (81,72,114). Sum of RGB (Red+Green+Blue) = 81+72+114=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #514872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514872 is #AEB78D. Grayscale: #4F4F4F. Windows color (decimal): -11450254 or 7489617. OLE color: 7489617.

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

Color convert

RGB 81 72 114 -
CMYK 0.29 0.37 0 0.55
HSL 252.86º 0.23% 0.36% -
HSV(B) 252.86º 0.37% 0.45% -
XYZ 8.75 7.6 16.93 -
YUV 79.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 81 72 114 0.29 0.37 0 0.55 252.86 0.23 0.36
Hex 51 48 72 1D 25 0 37 FD 17 24
Octal 121 110 162 35 45 0 67 375 27 44
Binary 1010001 1001000 1110010 11101 100101 0 110111 11111101 10111 100100

Color Harmonies of #514872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514872

Black with #514872

Text Example


Text Example

White with #514872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514872; }

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

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

background-color css

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

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

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

border-color css

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

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

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