Html Css Color HEX #514F52 Bossanova

📋 copy color: '#514F52'

red 81 ◦ green 79 ◦ blue 82

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

Shades of Bossanova #514F52

Tints of Bossanova #514F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 33.47%
G = 32.64%
B = 33.88%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514F52 (or 0x514F52) is known color: Bossanova. HEX triplet: 51, 4F and 52. RGB value is (81,79,82). Sum of RGB (Red+Green+Blue) = 81+79+82=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: blue. Hex color #514F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F52 is #AEB0AD. Grayscale: #4F4F4F. Windows color (decimal): -11448494 or 5394257. OLE color: 5394257.

HSL color Cylindrical-coordinate representation of color #514F52: hue angle of 280º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #514F52 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 79 82 -
CMYK 0.01 0.04 0 0.68
HSL 280º 0.02% 0.32% -
HSV(B) 280º 0.04% 0.32% -
XYZ 7.71 7.95 9.11 -
YUV 79.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 81 79 82 0.01 0.04 0 0.68 280 0.02 0.32
Hex 51 4F 52 1 4 0 44 118 2 20
Octal 121 117 122 1 4 0 104 430 2 40
Binary 1010001 1001111 1010010 1 100 0 1000100 100011000 10 100000

Color Harmonies of #514F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F52

Black with #514F52

Text Example


Text Example

White with #514F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,82); }

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

background-color css

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

 a { background-color: rgb(81,79,82); }

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

border-color css

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

 span { border-color: rgb(81,79,82); }

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