Html Css Color HEX #514471 Meteorite

📋 copy color: '#514471'

red 81 ◦ green 68 ◦ blue 113

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

Shades of Meteorite #514471

Tints of Meteorite #514471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 30.92%
G = 25.95%
B = 43.13%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514471 (or 0x514471) is known color: Meteorite. HEX triplet: 51, 44 and 71. RGB value is (81,68,113). Sum of RGB (Red+Green+Blue) = 81+68+113=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #514471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514471 is #AEBB8E. Grayscale: #4C4C4C. Windows color (decimal): -11451279 or 7423057. OLE color: 7423057.

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

Color convert

RGB 81 68 113 -
CMYK 0.28 0.40 0 0.56
HSL 257.33º 0.25% 0.35% -
HSV(B) 257.33º 0.4% 0.44% -
XYZ 8.44 7.08 16.54 -
YUV 77.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 81 68 113 0.28 0.40 0 0.56 257.33 0.25 0.35
Hex 51 44 71 1C 28 0 38 101 19 23
Octal 121 104 161 34 50 0 70 401 31 43
Binary 1010001 1000100 1110001 11100 101000 0 111000 100000001 11001 100011

Color Harmonies of #514471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514471

Black with #514471

Text Example


Text Example

White with #514471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514471; }

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

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

background-color css

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

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

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

border-color css

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

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

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