Html Css Color HEX #514551 Bossanova

📋 copy color: '#514551'

red 81 ◦ green 69 ◦ blue 81

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

Shades of Bossanova #514551

Tints of Bossanova #514551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 35.06%
G = 29.87%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514551 (or 0x514551) is known color: Bossanova. HEX triplet: 51, 45 and 51. RGB value is (81,69,81). Sum of RGB (Red+Green+Blue) = 81+69+81=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514551 is #AEBAAE. Grayscale: #494949. Windows color (decimal): -11451055 or 5326161. OLE color: 5326161.

HSL color Cylindrical-coordinate representation of color #514551: hue angle of 300º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514551 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 81 -
CMYK 0 0.15 0 0.68
HSL 300º 0.08% 0.29% -
HSV(B) 300º 0.15% 0.32% -
XYZ 7.01 6.6 8.69 -
YUV 73.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 81 69 81 0 0.15 0 0.68 300 0.08 0.29
Hex 51 45 51 0 F 0 44 12C 8 1D
Octal 121 105 121 0 17 0 104 454 10 35
Binary 1010001 1000101 1010001 0 1111 0 1000100 100101100 1000 11101

Color Harmonies of #514551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514551

Black with #514551

Text Example


Text Example

White with #514551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514551; }

 p { color: rgb(81,69,81); }

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

background-color css

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

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

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

border-color css

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

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

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