Html Css Color HEX #514371 Meteorite

📋 copy color: '#514371'

red 81 ◦ green 67 ◦ blue 113

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

Shades of Meteorite #514371

Tints of Meteorite #514371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 31.03%
G = 25.67%
B = 43.3%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514371 (or 0x514371) is known color: Meteorite. HEX triplet: 51, 43 and 71. RGB value is (81,67,113). Sum of RGB (Red+Green+Blue) = 81+67+113=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #514371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514371 is #AEBC8E. Grayscale: #4C4C4C. Windows color (decimal): -11451535 or 7422801. OLE color: 7422801.

HSL color Cylindrical-coordinate representation of color #514371: hue angle of 258.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514371 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 67 113 -
CMYK 0.28 0.41 0 0.56
HSL 258.26º 0.26% 0.35% -
HSV(B) 258.26º 0.41% 0.44% -
XYZ 8.38 6.96 16.52 -
YUV 76.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 81 67 113 0.28 0.41 0 0.56 258.26 0.26 0.35
Hex 51 43 71 1C 29 0 38 102 1A 23
Octal 121 103 161 34 51 0 70 402 32 43
Binary 1010001 1000011 1110001 11100 101001 0 111000 100000010 11010 100011

Color Harmonies of #514371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514371

Black with #514371

Text Example


Text Example

White with #514371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514371; }

 p { color: rgb(81,67,113); }

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

background-color css

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

 a { background-color: rgb(81,67,113); }

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

border-color css

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

 span { border-color: rgb(81,67,113); }

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