Html Css Color HEX #514455 Bossanova

📋 copy color: '#514455'

red 81 ◦ green 68 ◦ blue 85

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

Shades of Bossanova #514455

Tints of Bossanova #514455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 34.62%
G = 29.06%
B = 36.32%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514455 (or 0x514455) is known color: Bossanova. HEX triplet: 51, 44 and 55. RGB value is (81,68,85). Sum of RGB (Red+Green+Blue) = 81+68+85=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #514455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514455 is #AEBBAA. Grayscale: #494949. Windows color (decimal): -11451307 or 5588049. OLE color: 5588049.

HSL color Cylindrical-coordinate representation of color #514455: hue angle of 285.88º 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 #514455 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 68 85 -
CMYK 0.05 0.20 0 0.67
HSL 285.88º 0.11% 0.3% -
HSV(B) 285.88º 0.2% 0.33% -
XYZ 7.1 6.54 9.48 -
YUV 73.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 81 68 85 0.05 0.20 0 0.67 285.88 0.11 0.3
Hex 51 44 55 5 14 0 43 11E B 1E
Octal 121 104 125 5 24 0 103 436 13 36
Binary 1010001 1000100 1010101 101 10100 0 1000011 100011110 1011 11110

Color Harmonies of #514455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514455

Black with #514455

Text Example


Text Example

White with #514455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514455; }

 p { color: rgb(81,68,85); }

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

background-color css

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

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

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

border-color css

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

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

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