Html Css Color HEX #514373 Meteorite

📋 copy color: '#514373'

red 81 ◦ green 67 ◦ blue 115

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

Shades of Meteorite #514373

Tints of Meteorite #514373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 30.8%
G = 25.48%
B = 43.73%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514373 (or 0x514373) is known color: Meteorite. HEX triplet: 51, 43 and 73. RGB value is (81,67,115). Sum of RGB (Red+Green+Blue) = 81+67+115=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #514373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514373 is #AEBC8C. Grayscale: #4C4C4C. Windows color (decimal): -11451533 or 7553873. OLE color: 7553873.

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

Color convert

RGB 81 67 115 -
CMYK 0.30 0.42 0 0.55
HSL 257.5º 0.26% 0.36% -
HSV(B) 257.5º 0.42% 0.45% -
XYZ 8.5 7 17.12 -
YUV 76.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 81 67 115 0.30 0.42 0 0.55 257.5 0.26 0.36
Hex 51 43 73 1E 2A 0 37 102 1A 24
Octal 121 103 163 36 52 0 67 402 32 44
Binary 1010001 1000011 1110011 11110 101010 0 110111 100000010 11010 100100

Color Harmonies of #514373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514373

Black with #514373

Text Example


Text Example

White with #514373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514373; }

 p { color: rgb(81,67,115); }

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

background-color css

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

 a { background-color: rgb(81,67,115); }

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

border-color css

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

 span { border-color: rgb(81,67,115); }

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