Html Css Color HEX #523855 Bossanova

📋 copy color: '#523855'

red 82 ◦ green 56 ◦ blue 85

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

Shades of Bossanova #523855

Tints of Bossanova #523855

RGB

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

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

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

R = 36.77%
G = 25.11%
B = 38.12%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523855 (or 0x523855) is known color: Bossanova. HEX triplet: 52, 38 and 55. RGB value is (82,56,85). Sum of RGB (Red+Green+Blue) = 82+56+85=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #523855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523855 is #ADC7AA. Grayscale: #424242. Windows color (decimal): -11388843 or 5584978. OLE color: 5584978.

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

Color convert

RGB 82 56 85 -
CMYK 0.04 0.34 0 0.67
HSL 293.79º 0.21% 0.28% -
HSV(B) 293.79º 0.34% 0.33% -
XYZ 6.53 5.28 9.27 -
YUV 67.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 82 56 85 0.04 0.34 0 0.67 293.79 0.21 0.28
Hex 52 38 55 4 22 0 43 126 15 1C
Octal 122 70 125 4 42 0 103 446 25 34
Binary 1010010 111000 1010101 100 100010 0 1000011 100100110 10101 11100

Color Harmonies of #523855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523855

Black with #523855

Text Example


Text Example

White with #523855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523855; }

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

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

background-color css

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

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

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

border-color css

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

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

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