Html Css Color HEX #523B59 Bossanova

📋 copy color: '#523B59'

red 82 ◦ green 59 ◦ blue 89

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

Shades of Bossanova #523B59

Tints of Bossanova #523B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.65%

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

R = 35.65%
G = 25.65%
B = 38.7%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523B59 (or 0x523B59) is known color: Bossanova. HEX triplet: 52, 3B and 59. RGB value is (82,59,89). Sum of RGB (Red+Green+Blue) = 82+59+89=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #523B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B59 is #ADC4A6. Grayscale: #454545. Windows color (decimal): -11388071 or 5847890. OLE color: 5847890.

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

Color convert

RGB 82 59 89 -
CMYK 0.08 0.34 0 0.65
HSL 286º 0.2% 0.29% -
HSV(B) 286º 0.34% 0.35% -
XYZ 6.85 5.64 10.18 -
YUV 69.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 82 59 89 0.08 0.34 0 0.65 286 0.2 0.29
Hex 52 3B 59 8 22 0 41 11E 14 1D
Octal 122 73 131 10 42 0 101 436 24 35
Binary 1010010 111011 1011001 1000 100010 0 1000001 100011110 10100 11101

Color Harmonies of #523B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B59

Black with #523B59

Text Example


Text Example

White with #523B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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