Html Css Color HEX #514177 Meteorite

📋 copy color: '#514177'

red 81 ◦ green 65 ◦ blue 119

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

Shades of Meteorite #514177

Tints of Meteorite #514177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 30.57%
G = 24.53%
B = 44.91%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#514177 (or 0x514177) is known color: Meteorite. HEX triplet: 51, 41 and 77. RGB value is (81,65,119). Sum of RGB (Red+Green+Blue) = 81+65+119=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #514177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514177 is #AEBE88. Grayscale: #4B4B4B. Windows color (decimal): -11452041 or 7815505. OLE color: 7815505.

HSL color Cylindrical-coordinate representation of color #514177: hue angle of 257.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514177 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 65 119 -
CMYK 0.32 0.45 0 0.53
HSL 257.78º 0.29% 0.36% -
HSV(B) 257.78º 0.45% 0.47% -
XYZ 8.61 6.86 18.32 -
YUV 75.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 81 65 119 0.32 0.45 0 0.53 257.78 0.29 0.36
Hex 51 41 77 20 2D 0 35 102 1D 24
Octal 121 101 167 40 55 0 65 402 35 44
Binary 1010001 1000001 1110111 100000 101101 0 110101 100000010 11101 100100

Color Harmonies of #514177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514177

Black with #514177

Text Example


Text Example

White with #514177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514177; }

 p { color: rgb(81,65,119); }

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

background-color css

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

 a { background-color: rgb(81,65,119); }

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

border-color css

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

 span { border-color: rgb(81,65,119); }

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