Html Css Color HEX #523F59 Bossanova

📋 copy color: '#523F59'

red 82 ◦ green 63 ◦ blue 89

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

Shades of Bossanova #523F59

Tints of Bossanova #523F59

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

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

R = 35.04%
G = 26.92%
B = 38.03%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523F59 (or 0x523F59) is known color: Bossanova. HEX triplet: 52, 3F and 59. RGB value is (82,63,89). Sum of RGB (Red+Green+Blue) = 82+63+89=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #523F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F59 is #ADC0A6. Grayscale: #474747. Windows color (decimal): -11387047 or 5848914. OLE color: 5848914.

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

Color convert

RGB 82 63 89 -
CMYK 0.08 0.29 0 0.65
HSL 283.85º 0.17% 0.3% -
HSV(B) 283.85º 0.29% 0.35% -
XYZ 7.06 6.07 10.25 -
YUV 71.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 82 63 89 0.08 0.29 0 0.65 283.85 0.17 0.3
Hex 52 3F 59 8 1D 0 41 11C 11 1E
Octal 122 77 131 10 35 0 101 434 21 36
Binary 1010010 111111 1011001 1000 11101 0 1000001 100011100 10001 11110

Color Harmonies of #523F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F59

Black with #523F59

Text Example


Text Example

White with #523F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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