Html Css Color HEX #513D52 Bossanova

📋 copy color: '#513D52'

red 81 ◦ green 61 ◦ blue 82

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

Shades of Bossanova #513D52

Tints of Bossanova #513D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

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

R = 36.16%
G = 27.23%
B = 36.61%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513D52 (or 0x513D52) is known color: Bossanova. HEX triplet: 51, 3D and 52. RGB value is (81,61,82). Sum of RGB (Red+Green+Blue) = 81+61+82=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #513D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D52 is #AEC2AD. Grayscale: #454545. Windows color (decimal): -11453102 or 5389649. OLE color: 5389649.

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

Color convert

RGB 81 61 82 -
CMYK 0.01 0.26 0 0.68
HSL 297.14º 0.15% 0.28% -
HSV(B) 297.14º 0.26% 0.32% -
XYZ 6.59 5.7 8.74 -
YUV 69.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 81 61 82 0.01 0.26 0 0.68 297.14 0.15 0.28
Hex 51 3D 52 1 1A 0 44 129 F 1C
Octal 121 75 122 1 32 0 104 451 17 34
Binary 1010001 111101 1010010 1 11010 0 1000100 100101001 1111 11100

Color Harmonies of #513D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D52

Black with #513D52

Text Example


Text Example

White with #513D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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