#523855

Color #523855 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #523855

Tints of Bossanova #523855

Color information

#523855 (or 0x523855) is unknown color: approx 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

RGB825685-
CMYK0.040.3400.67
HSL293.79º20.57%27.65%-
HSV(B)293.79º34.12%33.33%-
XYZ6.535.289.27-
YUV67.08138.11138.64-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8256850.040.3400.67293.7920.5727.65
Hex523855422043126151c
Octal1227012544201034462534
Binary10100101110001010101100100010010000111001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>