Html Css Color HEX #523751 Bossanova

📋 copy color: '#523751'

red 82 ◦ green 55 ◦ blue 81

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

Shades of Bossanova #523751

Tints of Bossanova #523751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 37.61%
G = 25.23%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#523751 (or 0x523751) is known color: Bossanova. HEX triplet: 52, 37 and 51. RGB value is (82,55,81). Sum of RGB (Red+Green+Blue) = 82+55+81=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #523751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523751 is #ADC8AE. Grayscale: #414141. Windows color (decimal): -11389103 or 5322578. OLE color: 5322578.

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

Color convert

RGB 82 55 81 -
CMYK 0 0.33 0.01 0.68
HSL 302.22º 0.2% 0.27% -
HSV(B) 302.22º 0.33% 0.32% -
XYZ 6.33 5.12 8.44 -
YUV 66.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 82 55 81 0 0.33 0.01 0.68 302.22 0.2 0.27
Hex 52 37 51 0 21 1 44 12E 14 1B
Octal 122 67 121 0 41 1 104 456 24 33
Binary 1010010 110111 1010001 0 100001 1 1000100 100101110 10100 11011

Color Harmonies of #523751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523751

Black with #523751

Text Example


Text Example

White with #523751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523751; }

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

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

background-color css

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

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

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

border-color css

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

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

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