Html Css Color HEX #514571 Meteorite

📋 copy color: '#514571'

red 81 ◦ green 69 ◦ blue 113

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

Shades of Meteorite #514571

Tints of Meteorite #514571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 30.8%
G = 26.24%
B = 42.97%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514571 (or 0x514571) is known color: Meteorite. HEX triplet: 51, 45 and 71. RGB value is (81,69,113). Sum of RGB (Red+Green+Blue) = 81+69+113=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #514571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514571 is #AEBA8E. Grayscale: #4D4D4D. Windows color (decimal): -11451023 or 7423313. OLE color: 7423313.

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

Color convert

RGB 81 69 113 -
CMYK 0.28 0.39 0 0.56
HSL 256.36º 0.24% 0.36% -
HSV(B) 256.36º 0.39% 0.44% -
XYZ 8.5 7.2 16.56 -
YUV 77.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 81 69 113 0.28 0.39 0 0.56 256.36 0.24 0.36
Hex 51 45 71 1C 27 0 38 100 18 24
Octal 121 105 161 34 47 0 70 400 30 44
Binary 1010001 1000101 1110001 11100 100111 0 111000 100000000 11000 100100

Color Harmonies of #514571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514571

Black with #514571

Text Example


Text Example

White with #514571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514571; }

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

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

background-color css

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

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

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

border-color css

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

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

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