Html Css Color HEX #514374 Meteorite

📋 copy color: '#514374'

red 81 ◦ green 67 ◦ blue 116

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

Shades of Meteorite #514374

Tints of Meteorite #514374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 30.68%
G = 25.38%
B = 43.94%

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

#514374 (or 0x514374) is known color: Meteorite. HEX triplet: 51, 43 and 74. RGB value is (81,67,116). Sum of RGB (Red+Green+Blue) = 81+67+116=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #514374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514374 is #AEBC8B. Grayscale: #4C4C4C. Windows color (decimal): -11451532 or 7619409. OLE color: 7619409.

HSL color Cylindrical-coordinate representation of color #514374: hue angle of 257.14º degrees, saturation: 0.27, 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 #514374 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 67 116 -
CMYK 0.30 0.42 0 0.55
HSL 257.14º 0.27% 0.36% -
HSV(B) 257.14º 0.42% 0.45% -
XYZ 8.55 7.02 17.43 -
YUV 76.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 81 67 116 0.30 0.42 0 0.55 257.14 0.27 0.36
Hex 51 43 74 1E 2A 0 37 101 1B 24
Octal 121 103 164 36 52 0 67 401 33 44
Binary 1010001 1000011 1110100 11110 101010 0 110111 100000001 11011 100100

Color Harmonies of #514374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514374

Black with #514374

Text Example


Text Example

White with #514374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514374; }

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

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

background-color css

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

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

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

border-color css

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

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

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