Html Css Color HEX #514170 Meteorite

📋 copy color: '#514170'

red 81 ◦ green 65 ◦ blue 112

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

Shades of Meteorite #514170

Tints of Meteorite #514170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

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

R = 31.4%
G = 25.19%
B = 43.41%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514170 (or 0x514170) is known color: Meteorite. HEX triplet: 51, 41 and 70. RGB value is (81,65,112). Sum of RGB (Red+Green+Blue) = 81+65+112=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #514170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514170 is #AEBE8F. Grayscale: #4A4A4A. Windows color (decimal): -11452048 or 7356753. OLE color: 7356753.

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

Color convert

RGB 81 65 112 -
CMYK 0.28 0.42 0 0.56
HSL 260.43º 0.27% 0.35% -
HSV(B) 260.43º 0.42% 0.44% -
XYZ 8.21 6.7 16.19 -
YUV 75.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 81 65 112 0.28 0.42 0 0.56 260.43 0.27 0.35
Hex 51 41 70 1C 2A 0 38 104 1B 23
Octal 121 101 160 34 52 0 70 404 33 43
Binary 1010001 1000001 1110000 11100 101010 0 111000 100000100 11011 100011

Color Harmonies of #514170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514170

Black with #514170

Text Example


Text Example

White with #514170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514170; }

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

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

background-color css

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

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

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

border-color css

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

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

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