#524755

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

Shades of Bossanova #524755

Tints of Bossanova #524755

Color information

#524755 (or 0x524755) is unknown color: approx Bossanova. HEX triplet: 52, 47 and 55. RGB value is (82,71,85). Sum of RGB (Red+Green+Blue) = 82+71+85=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #524755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524755 is #ADB8AA. Grayscale: #4B4B4B. Windows color (decimal): -11385003 or 5588818. OLE color: 5588818.

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

Color convert

RGB827185-
CMYK0.040.1600.67
HSL287.14º8.97%30.59%-
HSV(B)287.14º16.47%33.33%-
XYZ7.376.969.55-
YUV75.88133.14132.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=34.45%
G=29.83%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8271850.040.1600.67287.148.9730.59
Hex52475541004311f91f
Octal12210712542001034371137
Binary1010010100011110101011001000001000011100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524755; }

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

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

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

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

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

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

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

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