Html Css Color HEX #523551 Bossanova

📋 copy color: '#523551'

red 82 ◦ green 53 ◦ blue 81

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

Shades of Bossanova #523551

Tints of Bossanova #523551

RGB

 RED value IS 82 (32.42% from 255) = 37.96%

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 37.96%
G = 24.54%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#523551 (or 0x523551) is known color: Bossanova. HEX triplet: 52, 35 and 51. RGB value is (82,53,81). Sum of RGB (Red+Green+Blue) = 82+53+81=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523551 is #ADCAAE. Grayscale: #404040. Windows color (decimal): -11389615 or 5322066. OLE color: 5322066.

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

Color convert

RGB 82 53 81 -
CMYK 0 0.35 0.01 0.68
HSL 302.07º 0.21% 0.26% -
HSV(B) 302.07º 0.35% 0.32% -
XYZ 6.24 4.93 8.41 -
YUV 64.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 82 53 81 0 0.35 0.01 0.68 302.07 0.21 0.26
Hex 52 35 51 0 23 1 44 12E 15 1A
Octal 122 65 121 0 43 1 104 456 25 32
Binary 1010010 110101 1010001 0 100011 1 1000100 100101110 10101 11010

Color Harmonies of #523551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523551

Black with #523551

Text Example


Text Example

White with #523551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523551; }

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

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

background-color css

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

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

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

border-color css

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

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

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