Html Css Color HEX #523B55 Bossanova

📋 copy color: '#523B55'

red 82 ◦ green 59 ◦ blue 85

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

Shades of Bossanova #523B55

Tints of Bossanova #523B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 36.28%
G = 26.11%
B = 37.61%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523B55 (or 0x523B55) is known color: Bossanova. HEX triplet: 52, 3B and 55. RGB value is (82,59,85). Sum of RGB (Red+Green+Blue) = 82+59+85=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #523B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B55 is #ADC4AA. Grayscale: #444444. Windows color (decimal): -11388075 or 5585746. OLE color: 5585746.

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

Color convert

RGB 82 59 85 -
CMYK 0.04 0.31 0 0.67
HSL 293.08º 0.18% 0.28% -
HSV(B) 293.08º 0.31% 0.33% -
XYZ 6.68 5.58 9.32 -
YUV 68.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 82 59 85 0.04 0.31 0 0.67 293.08 0.18 0.28
Hex 52 3B 55 4 1F 0 43 125 12 1C
Octal 122 73 125 4 37 0 103 445 22 34
Binary 1010010 111011 1010101 100 11111 0 1000011 100100101 10010 11100

Color Harmonies of #523B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B55

Black with #523B55

Text Example


Text Example

White with #523B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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