Html Css Color HEX #523956 Bossanova

📋 copy color: '#523956'

red 82 ◦ green 57 ◦ blue 86

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

Shades of Bossanova #523956

Tints of Bossanova #523956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 36.44%
G = 25.33%
B = 38.22%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#523956 (or 0x523956) is known color: Bossanova. HEX triplet: 52, 39 and 56. RGB value is (82,57,86). Sum of RGB (Red+Green+Blue) = 82+57+86=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #523956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523956 is #ADC6A9. Grayscale: #434343. Windows color (decimal): -11388586 or 5650770. OLE color: 5650770.

HSL color Cylindrical-coordinate representation of color #523956: hue angle of 291.72º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #523956 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 57 86 -
CMYK 0.05 0.34 0 0.66
HSL 291.72º 0.2% 0.28% -
HSV(B) 291.72º 0.34% 0.34% -
XYZ 6.62 5.39 9.5 -
YUV 67.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 82 57 86 0.05 0.34 0 0.66 291.72 0.2 0.28
Hex 52 39 56 5 22 0 42 124 14 1C
Octal 122 71 126 5 42 0 102 444 24 34
Binary 1010010 111001 1010110 101 100010 0 1000010 100100100 10100 11100

Color Harmonies of #523956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523956

Black with #523956

Text Example


Text Example

White with #523956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523956; }

 p { color: rgb(82,57,86); }

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

background-color css

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

 a { background-color: rgb(82,57,86); }

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

border-color css

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

 span { border-color: rgb(82,57,86); }

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