Html Css Color HEX #514275 Meteorite

📋 copy color: '#514275'

red 81 ◦ green 66 ◦ blue 117

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

Shades of Meteorite #514275

Tints of Meteorite #514275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 30.68%
G = 25%
B = 44.32%

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

#514275 (or 0x514275) is known color: Meteorite. HEX triplet: 51, 42 and 75. RGB value is (81,66,117). Sum of RGB (Red+Green+Blue) = 81+66+117=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #514275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514275 is #AEBD8A. Grayscale: #4C4C4C. Windows color (decimal): -11451787 or 7684689. OLE color: 7684689.

HSL color Cylindrical-coordinate representation of color #514275: hue angle of 257.65º 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 #514275 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 66 117 -
CMYK 0.31 0.44 0 0.54
HSL 257.65º 0.28% 0.36% -
HSV(B) 257.65º 0.44% 0.46% -
XYZ 8.55 6.93 17.72 -
YUV 76.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 81 66 117 0.31 0.44 0 0.54 257.65 0.28 0.36
Hex 51 42 75 1F 2C 0 36 102 1C 24
Octal 121 102 165 37 54 0 66 402 34 44
Binary 1010001 1000010 1110101 11111 101100 0 110110 100000010 11100 100100

Color Harmonies of #514275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514275

Black with #514275

Text Example


Text Example

White with #514275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514275; }

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

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

background-color css

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

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

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

border-color css

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

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

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