Html Css Color HEX #514074 Meteorite

📋 copy color: '#514074'

red 81 ◦ green 64 ◦ blue 116

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

Shades of Meteorite #514074

Tints of Meteorite #514074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 31.03%
G = 24.52%
B = 44.44%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514074 (or 0x514074) is known color: Meteorite. HEX triplet: 51, 40 and 74. RGB value is (81,64,116). Sum of RGB (Red+Green+Blue) = 81+64+116=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #514074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514074 is #AEBF8B. Grayscale: #4A4A4A. Windows color (decimal): -11452300 or 7618641. OLE color: 7618641.

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

Color convert

RGB 81 64 116 -
CMYK 0.30 0.45 0 0.55
HSL 259.62º 0.29% 0.35% -
HSV(B) 259.62º 0.45% 0.45% -
XYZ 8.38 6.68 17.37 -
YUV 75.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 81 64 116 0.30 0.45 0 0.55 259.62 0.29 0.35
Hex 51 40 74 1E 2D 0 37 104 1D 23
Octal 121 100 164 36 55 0 67 404 35 43
Binary 1010001 1000000 1110100 11110 101101 0 110111 100000100 11101 100011

Color Harmonies of #514074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514074

Black with #514074

Text Example


Text Example

White with #514074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514074; }

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

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

background-color css

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

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

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

border-color css

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

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

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