Html Css Color HEX #514276 Meteorite

📋 copy color: '#514276'

red 81 ◦ green 66 ◦ blue 118

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

Shades of Meteorite #514276

Tints of Meteorite #514276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 30.57%
G = 24.91%
B = 44.53%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514276 (or 0x514276) is known color: Meteorite. HEX triplet: 51, 42 and 76. RGB value is (81,66,118). Sum of RGB (Red+Green+Blue) = 81+66+118=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #514276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514276 is #AEBD89. Grayscale: #4C4C4C. Windows color (decimal): -11451786 or 7750225. OLE color: 7750225.

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

Color convert

RGB 81 66 118 -
CMYK 0.31 0.44 0 0.54
HSL 257.31º 0.28% 0.36% -
HSV(B) 257.31º 0.44% 0.46% -
XYZ 8.61 6.95 18.03 -
YUV 76.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 81 66 118 0.31 0.44 0 0.54 257.31 0.28 0.36
Hex 51 42 76 1F 2C 0 36 101 1C 24
Octal 121 102 166 37 54 0 66 401 34 44
Binary 1010001 1000010 1110110 11111 101100 0 110110 100000001 11100 100100

Color Harmonies of #514276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514276

Black with #514276

Text Example


Text Example

White with #514276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514276; }

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

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

background-color css

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

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

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

border-color css

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

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

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