Html Css Color HEX #513955 Bossanova

📋 copy color: '#513955'

red 81 ◦ green 57 ◦ blue 85

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

Shades of Bossanova #513955

Tints of Bossanova #513955

RGB

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

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

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

R = 36.32%
G = 25.56%
B = 38.12%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513955 (or 0x513955) is known color: Bossanova. HEX triplet: 51, 39 and 55. RGB value is (81,57,85). Sum of RGB (Red+Green+Blue) = 81+57+85=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #513955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513955 is #AEC6AA. Grayscale: #434343. Windows color (decimal): -11454123 or 5585233. OLE color: 5585233.

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

Color convert

RGB 81 57 85 -
CMYK 0.05 0.33 0 0.67
HSL 291.43º 0.2% 0.28% -
HSV(B) 291.43º 0.33% 0.33% -
XYZ 6.5 5.33 9.28 -
YUV 67.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 81 57 85 0.05 0.33 0 0.67 291.43 0.2 0.28
Hex 51 39 55 5 21 0 43 123 14 1C
Octal 121 71 125 5 41 0 103 443 24 34
Binary 1010001 111001 1010101 101 100001 0 1000011 100100011 10100 11100

Color Harmonies of #513955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513955

Black with #513955

Text Example


Text Example

White with #513955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513955; }

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

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

background-color css

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

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

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

border-color css

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

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

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