Html Css Color HEX #523D53 Bossanova

📋 copy color: '#523D53'

red 82 ◦ green 61 ◦ blue 83

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

Shades of Bossanova #523D53

Tints of Bossanova #523D53

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 36.28%
G = 26.99%
B = 36.73%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523D53 (or 0x523D53) is known color: Bossanova. HEX triplet: 52, 3D and 53. RGB value is (82,61,83). Sum of RGB (Red+Green+Blue) = 82+61+83=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #523D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D53 is #ADC2AC. Grayscale: #454545. Windows color (decimal): -11387565 or 5455186. OLE color: 5455186.

HSL color Cylindrical-coordinate representation of color #523D53: hue angle of 297.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523D53 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 61 83 -
CMYK 0.01 0.27 0 0.67
HSL 297.27º 0.15% 0.28% -
HSV(B) 297.27º 0.27% 0.33% -
XYZ 6.71 5.76 8.94 -
YUV 69.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 82 61 83 0.01 0.27 0 0.67 297.27 0.15 0.28
Hex 52 3D 53 1 1B 0 43 129 F 1C
Octal 122 75 123 1 33 0 103 451 17 34
Binary 1010010 111101 1010011 1 11011 0 1000011 100101001 1111 11100

Color Harmonies of #523D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D53

Black with #523D53

Text Example


Text Example

White with #523D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,83); }

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

background-color css

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

 a { background-color: rgb(82,61,83); }

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

border-color css

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

 span { border-color: rgb(82,61,83); }

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