Html Css Color HEX #524257 Bossanova

📋 copy color: '#524257'

red 82 ◦ green 66 ◦ blue 87

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

Shades of Bossanova #524257

Tints of Bossanova #524257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.02%

R = 34.89%
G = 28.09%
B = 37.02%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524257 (or 0x524257) is known color: Bossanova. HEX triplet: 52, 42 and 57. RGB value is (82,66,87). Sum of RGB (Red+Green+Blue) = 82+66+87=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #524257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524257 is #ADBDA8. Grayscale: #494949. Windows color (decimal): -11386281 or 5718610. OLE color: 5718610.

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

Color convert

RGB 82 66 87 -
CMYK 0.06 0.24 0 0.66
HSL 285.71º 0.14% 0.3% -
HSV(B) 285.71º 0.24% 0.34% -
XYZ 7.15 6.38 9.87 -
YUV 73.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 82 66 87 0.06 0.24 0 0.66 285.71 0.14 0.3
Hex 52 42 57 6 18 0 42 11E E 1E
Octal 122 102 127 6 30 0 102 436 16 36
Binary 1010010 1000010 1010111 110 11000 0 1000010 100011110 1110 11110

Color Harmonies of #524257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524257

Black with #524257

Text Example


Text Example

White with #524257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524257; }

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

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

background-color css

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

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

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

border-color css

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

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

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