Html Css Color HEX #513C55 Bossanova

📋 copy color: '#513C55'

red 81 ◦ green 60 ◦ blue 85

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

Shades of Bossanova #513C55

Tints of Bossanova #513C55

RGB

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

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

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

R = 35.84%
G = 26.55%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513C55 (or 0x513C55) is known color: Bossanova. HEX triplet: 51, 3C and 55. RGB value is (81,60,85). Sum of RGB (Red+Green+Blue) = 81+60+85=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #513C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C55 is #AEC3AA. Grayscale: #454545. Windows color (decimal): -11453355 or 5586001. OLE color: 5586001.

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

Color convert

RGB 81 60 85 -
CMYK 0.05 0.29 0 0.67
HSL 290.4º 0.17% 0.28% -
HSV(B) 290.4º 0.29% 0.33% -
XYZ 6.65 5.64 9.33 -
YUV 69.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 81 60 85 0.05 0.29 0 0.67 290.4 0.17 0.28
Hex 51 3C 55 5 1D 0 43 122 11 1C
Octal 121 74 125 5 35 0 103 442 21 34
Binary 1010001 111100 1010101 101 11101 0 1000011 100100010 10001 11100

Color Harmonies of #513C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C55

Black with #513C55

Text Example


Text Example

White with #513C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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