#514B6F

Color #514B6F Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #514B6F

Tints of Meteorite #514B6F

Color information

#514B6F (or 0x514B6F) is unknown color: approx Meteorite. HEX triplet: 51, 4B and 6F. RGB value is (81,75,111). Sum of RGB (Red+Green+Blue) = 81+75+111=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #514B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B6F is #AEB490. Grayscale: #505050. Windows color (decimal): -11449489 or 7293777. OLE color: 7293777.

HSL color Cylindrical-coordinate representation of color #514B6F: hue angle of 250º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514B6F is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8175111-
CMYK0.270.3200.56
HSL250º19.35%36.47%-
HSV(B)250º32.43%43.53%-
XYZ8.787.9316.11-
YUV80.9144.99128.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=30.34%
G=28.09%
B=41.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81751110.270.3200.5625019.3536.47
Hex514B6F1B20038fa1324
Octal12111315733400703722344
Binary1010001100101111011111101110000001110001111101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514B6F; }

 p { color: rgb(81,75,111); }

 H1.HeaderClassName
 {
   color: #514B6F;
 }
 .AnyTagClassName
 {
   color: #514B6F;
 }
</style>
background-color css

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

 a { background-color: rgb(81,75,111); }

 div.DivClassName
 {
   background-color: #514B6F;
 }
 .BgClassName
 {
   background-color: #514B6F;
 }
</style>
border-color css

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

 span { border-color: rgb(81,75,111); }

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