Html Css Color HEX #514B6F Meteorite

📋 copy color: '#514B6F'

red 81 ◦ green 75 ◦ blue 111

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

Shades of Meteorite #514B6F

Tints of Meteorite #514B6F

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 value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514B6F (or 0x514B6F) is known color: 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

RGB 81 75 111 -
CMYK 0.27 0.32 0 0.56
HSL 250º 0.19% 0.36% -
HSV(B) 250º 0.32% 0.44% -
XYZ 8.78 7.93 16.11 -
YUV 80.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 81 75 111 0.27 0.32 0 0.56 250 0.19 0.36
Hex 51 4B 6F 1B 20 0 38 FA 13 24
Octal 121 113 157 33 40 0 70 372 23 44
Binary 1010001 1001011 1101111 11011 100000 0 111000 11111010 10011 100100

Color Harmonies of #514B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B6F

Black with #514B6F

Text Example


Text Example

White with #514B6F

Text Example


Text Example

HTML Codes & Css Web 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>