#523953

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

Shades of Bossanova #523953

Tints of Bossanova #523953

Color information

#523953 (or 0x523953) is unknown color: approx Bossanova. HEX triplet: 52, 39 and 53. RGB value is (82,57,83). Sum of RGB (Red+Green+Blue) = 82+57+83=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #523953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523953 is #ADC6AC. Grayscale: #434343. Windows color (decimal): -11388589 or 5454162. OLE color: 5454162.

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

Color convert

RGB825783-
CMYK0.010.3100.67
HSL297.69º18.57%27.45%-
HSV(B)297.69º31.33%32.55%-
XYZ6.55.348.87-
YUV67.44136.78138.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=36.94%
G=25.68%
B=37.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8257830.010.3100.67297.6918.5727.45
Hex52395311F04312a131b
Octal1227112313701034522333
Binary10100101110011010011111111010000111001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523953; }

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

 H1.HeaderClassName
 {
   color: #523953;
 }
 .AnyTagClassName
 {
   color: #523953;
 }
</style>
background-color css

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

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

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

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

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

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