Html Css Color HEX #514970 Meteorite

📋 copy color: '#514970'

red 81 ◦ green 73 ◦ blue 112

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

Shades of Meteorite #514970

Tints of Meteorite #514970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 30.45%
G = 27.44%
B = 42.11%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514970 (or 0x514970) is known color: Meteorite. HEX triplet: 51, 49 and 70. RGB value is (81,73,112). Sum of RGB (Red+Green+Blue) = 81+73+112=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #514970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514970 is #AEB68F. Grayscale: #4F4F4F. Windows color (decimal): -11450000 or 7358801. OLE color: 7358801.

HSL color Cylindrical-coordinate representation of color #514970: hue angle of 252.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #514970 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 73 112 -
CMYK 0.28 0.35 0 0.56
HSL 252.31º 0.21% 0.36% -
HSV(B) 252.31º 0.35% 0.44% -
XYZ 8.7 7.68 16.35 -
YUV 79.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 81 73 112 0.28 0.35 0 0.56 252.31 0.21 0.36
Hex 51 49 70 1C 23 0 38 FC 15 24
Octal 121 111 160 34 43 0 70 374 25 44
Binary 1010001 1001001 1110000 11100 100011 0 111000 11111100 10101 100100

Color Harmonies of #514970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514970

Black with #514970

Text Example


Text Example

White with #514970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514970; }

 p { color: rgb(81,73,112); }

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

background-color css

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

 a { background-color: rgb(81,73,112); }

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

border-color css

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

 span { border-color: rgb(81,73,112); }

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