Html Css Color HEX #514475 Meteorite

📋 copy color: '#514475'

red 81 ◦ green 68 ◦ blue 117

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

Shades of Meteorite #514475

Tints of Meteorite #514475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 30.45%
G = 25.56%
B = 43.98%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514475 (or 0x514475) is known color: Meteorite. HEX triplet: 51, 44 and 75. RGB value is (81,68,117). Sum of RGB (Red+Green+Blue) = 81+68+117=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #514475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514475 is #AEBB8A. Grayscale: #4D4D4D. Windows color (decimal): -11451275 or 7685201. OLE color: 7685201.

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

Color convert

RGB 81 68 117 -
CMYK 0.31 0.42 0 0.54
HSL 255.92º 0.26% 0.36% -
HSV(B) 255.92º 0.42% 0.46% -
XYZ 8.67 7.17 17.76 -
YUV 77.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 81 68 117 0.31 0.42 0 0.54 255.92 0.26 0.36
Hex 51 44 75 1F 2A 0 36 100 1A 24
Octal 121 104 165 37 52 0 66 400 32 44
Binary 1010001 1000100 1110101 11111 101010 0 110110 100000000 11010 100100

Color Harmonies of #514475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514475

Black with #514475

Text Example


Text Example

White with #514475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514475; }

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

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

background-color css

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

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

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

border-color css

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

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

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