Html Css Color HEX #514575 Meteorite

📋 copy color: '#514575'

red 81 ◦ green 69 ◦ blue 117

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

Shades of Meteorite #514575

Tints of Meteorite #514575

RGB

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

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

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

R = 30.34%
G = 25.84%
B = 43.82%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514575 (or 0x514575) is known color: Meteorite. HEX triplet: 51, 45 and 75. RGB value is (81,69,117). Sum of RGB (Red+Green+Blue) = 81+69+117=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #514575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514575 is #AEBA8A. Grayscale: #4D4D4D. Windows color (decimal): -11451019 or 7685457. OLE color: 7685457.

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

Color convert

RGB 81 69 117 -
CMYK 0.31 0.41 0 0.54
HSL 255º 0.26% 0.36% -
HSV(B) 255º 0.41% 0.46% -
XYZ 8.73 7.29 17.78 -
YUV 78.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 81 69 117 0.31 0.41 0 0.54 255 0.26 0.36
Hex 51 45 75 1F 29 0 36 FF 1A 24
Octal 121 105 165 37 51 0 66 377 32 44
Binary 1010001 1000101 1110101 11111 101001 0 110110 11111111 11010 100100

Color Harmonies of #514575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514575

Black with #514575

Text Example


Text Example

White with #514575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514575; }

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

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

background-color css

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

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

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

border-color css

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

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

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