Html Css Color HEX #513B55 Bossanova

📋 copy color: '#513B55'

red 81 ◦ green 59 ◦ blue 85

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

Shades of Bossanova #513B55

Tints of Bossanova #513B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.22%

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

R = 36%
G = 26.22%
B = 37.78%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513B55 (or 0x513B55) is known color: Bossanova. HEX triplet: 51, 3B and 55. RGB value is (81,59,85). Sum of RGB (Red+Green+Blue) = 81+59+85=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #513B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B55 is #AEC4AA. Grayscale: #444444. Windows color (decimal): -11453611 or 5585745. OLE color: 5585745.

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

Color convert

RGB 81 59 85 -
CMYK 0.05 0.31 0 0.67
HSL 290.77º 0.18% 0.28% -
HSV(B) 290.77º 0.31% 0.33% -
XYZ 6.6 5.53 9.31 -
YUV 68.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 81 59 85 0.05 0.31 0 0.67 290.77 0.18 0.28
Hex 51 3B 55 5 1F 0 43 123 12 1C
Octal 121 73 125 5 37 0 103 443 22 34
Binary 1010001 111011 1010101 101 11111 0 1000011 100100011 10010 11100

Color Harmonies of #513B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B55

Black with #513B55

Text Example


Text Example

White with #513B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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