Html Css Color HEX #514856 Bossanova

📋 copy color: '#514856'

red 81 ◦ green 72 ◦ blue 86

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

Shades of Bossanova #514856

Tints of Bossanova #514856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 33.89%
G = 30.13%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#514856 (or 0x514856) is known color: Bossanova. HEX triplet: 51, 48 and 56. RGB value is (81,72,86). Sum of RGB (Red+Green+Blue) = 81+72+86=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #514856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514856 is #AEB7A9. Grayscale: #4C4C4C. Windows color (decimal): -11450282 or 5654609. OLE color: 5654609.

HSL color Cylindrical-coordinate representation of color #514856: hue angle of 278.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514856 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 72 86 -
CMYK 0.06 0.16 0 0.66
HSL 278.57º 0.09% 0.31% -
HSV(B) 278.57º 0.16% 0.34% -
XYZ 7.39 7.06 9.78 -
YUV 76.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 81 72 86 0.06 0.16 0 0.66 278.57 0.09 0.31
Hex 51 48 56 6 10 0 42 117 9 1F
Octal 121 110 126 6 20 0 102 427 11 37
Binary 1010001 1001000 1010110 110 10000 0 1000010 100010111 1001 11111

Color Harmonies of #514856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514856

Black with #514856

Text Example


Text Example

White with #514856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514856; }

 p { color: rgb(81,72,86); }

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

background-color css

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

 a { background-color: rgb(81,72,86); }

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

border-color css

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

 span { border-color: rgb(81,72,86); }

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