Html Css Color HEX #523853 Bossanova

📋 copy color: '#523853'

red 82 ◦ green 56 ◦ blue 83

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

Shades of Bossanova #523853

Tints of Bossanova #523853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 37.1%
G = 25.34%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523853 (or 0x523853) is known color: Bossanova. HEX triplet: 52, 38 and 53. RGB value is (82,56,83). Sum of RGB (Red+Green+Blue) = 82+56+83=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #523853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523853 is #ADC7AC. Grayscale: #424242. Windows color (decimal): -11388845 or 5453906. OLE color: 5453906.

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

Color convert

RGB 82 56 83 -
CMYK 0.01 0.33 0 0.67
HSL 297.78º 0.19% 0.27% -
HSV(B) 297.78º 0.33% 0.33% -
XYZ 6.46 5.25 8.86 -
YUV 66.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 82 56 83 0.01 0.33 0 0.67 297.78 0.19 0.27
Hex 52 38 53 1 21 0 43 12A 13 1B
Octal 122 70 123 1 41 0 103 452 23 33
Binary 1010010 111000 1010011 1 100001 0 1000011 100101010 10011 11011

Color Harmonies of #523853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523853

Black with #523853

Text Example


Text Example

White with #523853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523853; }

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

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

background-color css

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

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

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

border-color css

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

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

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