Html Css Color HEX #514654 Bossanova

📋 copy color: '#514654'

red 81 ◦ green 70 ◦ blue 84

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

Shades of Bossanova #514654

Tints of Bossanova #514654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 34.47%
G = 29.79%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514654 (or 0x514654) is known color: Bossanova. HEX triplet: 51, 46 and 54. RGB value is (81,70,84). Sum of RGB (Red+Green+Blue) = 81+70+84=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #514654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514654 is #AEB9AB. Grayscale: #4A4A4A. Windows color (decimal): -11450796 or 5523025. OLE color: 5523025.

HSL color Cylindrical-coordinate representation of color #514654: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514654 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 70 84 -
CMYK 0.04 0.17 0 0.67
HSL 287.14º 0.09% 0.3% -
HSV(B) 287.14º 0.17% 0.33% -
XYZ 7.18 6.77 9.32 -
YUV 74.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 81 70 84 0.04 0.17 0 0.67 287.14 0.09 0.3
Hex 51 46 54 4 11 0 43 11F 9 1E
Octal 121 106 124 4 21 0 103 437 11 36
Binary 1010001 1000110 1010100 100 10001 0 1000011 100011111 1001 11110

Color Harmonies of #514654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514654

Black with #514654

Text Example


Text Example

White with #514654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514654; }

 p { color: rgb(81,70,84); }

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

background-color css

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

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

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

border-color css

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

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

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