Html Css Color HEX #523955 Bossanova

📋 copy color: '#523955'

red 82 ◦ green 57 ◦ blue 85

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

Shades of Bossanova #523955

Tints of Bossanova #523955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 36.61%
G = 25.45%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523955 (or 0x523955) is known color: Bossanova. HEX triplet: 52, 39 and 55. RGB value is (82,57,85). Sum of RGB (Red+Green+Blue) = 82+57+85=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #523955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523955 is #ADC6AA. Grayscale: #434343. Windows color (decimal): -11388587 or 5585234. OLE color: 5585234.

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

Color convert

RGB 82 57 85 -
CMYK 0.04 0.33 0 0.67
HSL 293.57º 0.2% 0.28% -
HSV(B) 293.57º 0.33% 0.33% -
XYZ 6.58 5.38 9.29 -
YUV 67.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 82 57 85 0.04 0.33 0 0.67 293.57 0.2 0.28
Hex 52 39 55 4 21 0 43 126 14 1C
Octal 122 71 125 4 41 0 103 446 24 34
Binary 1010010 111001 1010101 100 100001 0 1000011 100100110 10100 11100

Color Harmonies of #523955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523955

Black with #523955

Text Example


Text Example

White with #523955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523955; }

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

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

background-color css

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

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

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

border-color css

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

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

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