Html Css Color HEX #523753 Bossanova

📋 copy color: '#523753'

red 82 ◦ green 55 ◦ blue 83

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

Shades of Bossanova #523753

Tints of Bossanova #523753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 37.27%
G = 25%
B = 37.73%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523753 (or 0x523753) is known color: Bossanova. HEX triplet: 52, 37 and 53. RGB value is (82,55,83). Sum of RGB (Red+Green+Blue) = 82+55+83=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #523753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523753 is #ADC8AC. Grayscale: #424242. Windows color (decimal): -11389101 or 5453650. OLE color: 5453650.

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

Color convert

RGB 82 55 83 -
CMYK 0.01 0.34 0 0.67
HSL 297.86º 0.2% 0.27% -
HSV(B) 297.86º 0.34% 0.33% -
XYZ 6.41 5.15 8.84 -
YUV 66.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 82 55 83 0.01 0.34 0 0.67 297.86 0.2 0.27
Hex 52 37 53 1 22 0 43 12A 14 1B
Octal 122 67 123 1 42 0 103 452 24 33
Binary 1010010 110111 1010011 1 100010 0 1000011 100101010 10100 11011

Color Harmonies of #523753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523753

Black with #523753

Text Example


Text Example

White with #523753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523753; }

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

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

background-color css

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

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

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

border-color css

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

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

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