Html Css Color HEX #513C52 Bossanova

📋 copy color: '#513C52'

red 81 ◦ green 60 ◦ blue 82

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

Shades of Bossanova #513C52

Tints of Bossanova #513C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

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

R = 36.32%
G = 26.91%
B = 36.77%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513C52 (or 0x513C52) is known color: Bossanova. HEX triplet: 51, 3C and 52. RGB value is (81,60,82). Sum of RGB (Red+Green+Blue) = 81+60+82=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #513C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C52 is #AEC3AD. Grayscale: #444444. Windows color (decimal): -11453358 or 5389393. OLE color: 5389393.

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

Color convert

RGB 81 60 82 -
CMYK 0.01 0.27 0 0.68
HSL 297.27º 0.15% 0.28% -
HSV(B) 297.27º 0.27% 0.32% -
XYZ 6.53 5.59 8.72 -
YUV 68.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 81 60 82 0.01 0.27 0 0.68 297.27 0.15 0.28
Hex 51 3C 52 1 1B 0 44 129 F 1C
Octal 121 74 122 1 33 0 104 451 17 34
Binary 1010001 111100 1010010 1 11011 0 1000100 100101001 1111 11100

Color Harmonies of #513C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C52

Black with #513C52

Text Example


Text Example

White with #513C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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