Html Css Color HEX #514271 Meteorite

📋 copy color: '#514271'

red 81 ◦ green 66 ◦ blue 113

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

Shades of Meteorite #514271

Tints of Meteorite #514271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 31.15%
G = 25.38%
B = 43.46%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514271 (or 0x514271) is known color: Meteorite. HEX triplet: 51, 42 and 71. RGB value is (81,66,113). Sum of RGB (Red+Green+Blue) = 81+66+113=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #514271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514271 is #AEBD8E. Grayscale: #4B4B4B. Windows color (decimal): -11451791 or 7422545. OLE color: 7422545.

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

Color convert

RGB 81 66 113 -
CMYK 0.28 0.42 0 0.56
HSL 259.15º 0.26% 0.35% -
HSV(B) 259.15º 0.42% 0.44% -
XYZ 8.32 6.84 16.5 -
YUV 75.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 81 66 113 0.28 0.42 0 0.56 259.15 0.26 0.35
Hex 51 42 71 1C 2A 0 38 103 1A 23
Octal 121 102 161 34 52 0 70 403 32 43
Binary 1010001 1000010 1110001 11100 101010 0 111000 100000011 11010 100011

Color Harmonies of #514271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514271

Black with #514271

Text Example


Text Example

White with #514271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514271; }

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

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

background-color css

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

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

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

border-color css

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

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

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