Html Css Color HEX #524256 Bossanova

📋 copy color: '#524256'

red 82 ◦ green 66 ◦ blue 86

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

Shades of Bossanova #524256

Tints of Bossanova #524256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 35.04%
G = 28.21%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524256 (or 0x524256) is known color: Bossanova. HEX triplet: 52, 42 and 56. RGB value is (82,66,86). Sum of RGB (Red+Green+Blue) = 82+66+86=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #524256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524256 is #ADBDA9. Grayscale: #494949. Windows color (decimal): -11386282 or 5653074. OLE color: 5653074.

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

Color convert

RGB 82 66 86 -
CMYK 0.05 0.23 0 0.66
HSL 288º 0.13% 0.3% -
HSV(B) 288º 0.23% 0.34% -
XYZ 7.11 6.36 9.66 -
YUV 73.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 82 66 86 0.05 0.23 0 0.66 288 0.13 0.3
Hex 52 42 56 5 17 0 42 120 D 1E
Octal 122 102 126 5 27 0 102 440 15 36
Binary 1010010 1000010 1010110 101 10111 0 1000010 100100000 1101 11110

Color Harmonies of #524256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524256

Black with #524256

Text Example


Text Example

White with #524256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524256; }

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

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

background-color css

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

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

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

border-color css

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

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

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