Html Css Color HEX #513B52 Bossanova

📋 copy color: '#513B52'

red 81 ◦ green 59 ◦ blue 82

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

Shades of Bossanova #513B52

Tints of Bossanova #513B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 36.49%
G = 26.58%
B = 36.94%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513B52 (or 0x513B52) is known color: Bossanova. HEX triplet: 51, 3B and 52. RGB value is (81,59,82). Sum of RGB (Red+Green+Blue) = 81+59+82=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #513B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B52 is #AEC4AD. Grayscale: #444444. Windows color (decimal): -11453614 or 5389137. OLE color: 5389137.

HSL color Cylindrical-coordinate representation of color #513B52: hue angle of 297.39º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513B52 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 82 -
CMYK 0.01 0.28 0 0.68
HSL 297.39º 0.16% 0.28% -
HSV(B) 297.39º 0.28% 0.32% -
XYZ 6.48 5.49 8.7 -
YUV 68.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 81 59 82 0.01 0.28 0 0.68 297.39 0.16 0.28
Hex 51 3B 52 1 1C 0 44 129 10 1C
Octal 121 73 122 1 34 0 104 451 20 34
Binary 1010001 111011 1010010 1 11100 0 1000100 100101001 10000 11100

Color Harmonies of #513B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B52

Black with #513B52

Text Example


Text Example

White with #513B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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