Html Css Color HEX #513C53 Bossanova

📋 copy color: '#513C53'

red 81 ◦ green 60 ◦ blue 83

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

Shades of Bossanova #513C53

Tints of Bossanova #513C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 36.16%
G = 26.79%
B = 37.05%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513C53 (or 0x513C53) is known color: Bossanova. HEX triplet: 51, 3C and 53. RGB value is (81,60,83). Sum of RGB (Red+Green+Blue) = 81+60+83=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #513C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C53 is #AEC3AC. Grayscale: #444444. Windows color (decimal): -11453357 or 5454929. OLE color: 5454929.

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

Color convert

RGB 81 60 83 -
CMYK 0.02 0.28 0 0.67
HSL 294.78º 0.16% 0.28% -
HSV(B) 294.78º 0.28% 0.33% -
XYZ 6.57 5.61 8.92 -
YUV 68.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 81 60 83 0.02 0.28 0 0.67 294.78 0.16 0.28
Hex 51 3C 53 2 1C 0 43 127 10 1C
Octal 121 74 123 2 34 0 103 447 20 34
Binary 1010001 111100 1010011 10 11100 0 1000011 100100111 10000 11100

Color Harmonies of #513C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C53

Black with #513C53

Text Example


Text Example

White with #513C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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