Html Css Color HEX #513954 Bossanova

📋 copy color: '#513954'

red 81 ◦ green 57 ◦ blue 84

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

Shades of Bossanova #513954

Tints of Bossanova #513954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 36.49%
G = 25.68%
B = 37.84%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513954 (or 0x513954) is known color: Bossanova. HEX triplet: 51, 39 and 54. RGB value is (81,57,84). Sum of RGB (Red+Green+Blue) = 81+57+84=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #513954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513954 is #AEC6AB. Grayscale: #434343. Windows color (decimal): -11454124 or 5519697. OLE color: 5519697.

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

Color convert

RGB 81 57 84 -
CMYK 0.04 0.32 0 0.67
HSL 293.33º 0.19% 0.28% -
HSV(B) 293.33º 0.32% 0.33% -
XYZ 6.46 5.32 9.07 -
YUV 67.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 81 57 84 0.04 0.32 0 0.67 293.33 0.19 0.28
Hex 51 39 54 4 20 0 43 125 13 1C
Octal 121 71 124 4 40 0 103 445 23 34
Binary 1010001 111001 1010100 100 100000 0 1000011 100100101 10011 11100

Color Harmonies of #513954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513954

Black with #513954

Text Example


Text Example

White with #513954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513954; }

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

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

background-color css

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

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

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

border-color css

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

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

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