Html Css Color HEX #523C59 Bossanova

📋 copy color: '#523C59'

red 82 ◦ green 60 ◦ blue 89

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

Shades of Bossanova #523C59

Tints of Bossanova #523C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

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

R = 35.5%
G = 25.97%
B = 38.53%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523C59 (or 0x523C59) is known color: Bossanova. HEX triplet: 52, 3C and 59. RGB value is (82,60,89). Sum of RGB (Red+Green+Blue) = 82+60+89=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #523C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C59 is #ADC3A6. Grayscale: #454545. Windows color (decimal): -11387815 or 5848146. OLE color: 5848146.

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

Color convert

RGB 82 60 89 -
CMYK 0.08 0.33 0 0.65
HSL 285.52º 0.19% 0.29% -
HSV(B) 285.52º 0.33% 0.35% -
XYZ 6.9 5.75 10.2 -
YUV 69.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 82 60 89 0.08 0.33 0 0.65 285.52 0.19 0.29
Hex 52 3C 59 8 21 0 41 11E 13 1D
Octal 122 74 131 10 41 0 101 436 23 35
Binary 1010010 111100 1011001 1000 100001 0 1000001 100011110 10011 11101

Color Harmonies of #523C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C59

Black with #523C59

Text Example


Text Example

White with #523C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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