Html Css Color HEX #514354 Bossanova

📋 copy color: '#514354'

red 81 ◦ green 67 ◦ blue 84

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

Shades of Bossanova #514354

Tints of Bossanova #514354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 34.91%
G = 28.88%
B = 36.21%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514354 (or 0x514354) is known color: Bossanova. HEX triplet: 51, 43 and 54. RGB value is (81,67,84). Sum of RGB (Red+Green+Blue) = 81+67+84=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #514354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514354 is #AEBCAB. Grayscale: #494949. Windows color (decimal): -11451564 or 5522257. OLE color: 5522257.

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

Color convert

RGB 81 67 84 -
CMYK 0.04 0.20 0 0.67
HSL 289.41º 0.11% 0.3% -
HSV(B) 289.41º 0.2% 0.33% -
XYZ 7 6.4 9.25 -
YUV 73.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 81 67 84 0.04 0.20 0 0.67 289.41 0.11 0.3
Hex 51 43 54 4 14 0 43 121 B 1E
Octal 121 103 124 4 24 0 103 441 13 36
Binary 1010001 1000011 1010100 100 10100 0 1000011 100100001 1011 11110

Color Harmonies of #514354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514354

Black with #514354

Text Example


Text Example

White with #514354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514354; }

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

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

background-color css

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

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

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

border-color css

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

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

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