Html Css Color HEX #524159 Bossanova

📋 copy color: '#524159'

red 82 ◦ green 65 ◦ blue 89

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

Shades of Bossanova #524159

Tints of Bossanova #524159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 34.75%
G = 27.54%
B = 37.71%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524159 (or 0x524159) is known color: Bossanova. HEX triplet: 52, 41 and 59. RGB value is (82,65,89). Sum of RGB (Red+Green+Blue) = 82+65+89=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #524159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524159 is #ADBEA6. Grayscale: #484848. Windows color (decimal): -11386535 or 5849426. OLE color: 5849426.

HSL color Cylindrical-coordinate representation of color #524159: hue angle of 282.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524159 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 65 89 -
CMYK 0.08 0.27 0 0.65
HSL 282.5º 0.16% 0.3% -
HSV(B) 282.5º 0.27% 0.35% -
XYZ 7.17 6.3 10.29 -
YUV 72.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 82 65 89 0.08 0.27 0 0.65 282.5 0.16 0.3
Hex 52 41 59 8 1B 0 41 11A 10 1E
Octal 122 101 131 10 33 0 101 432 20 36
Binary 1010010 1000001 1011001 1000 11011 0 1000001 100011010 10000 11110

Color Harmonies of #524159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524159

Black with #524159

Text Example


Text Example

White with #524159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524159; }

 p { color: rgb(82,65,89); }

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

background-color css

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

 a { background-color: rgb(82,65,89); }

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

border-color css

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

 span { border-color: rgb(82,65,89); }

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