#524557

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

Shades of Bossanova #524557

Tints of Bossanova #524557

Color information

#524557 (or 0x524557) is unknown color: approx Bossanova. HEX triplet: 52, 45 and 57. RGB value is (82,69,87). Sum of RGB (Red+Green+Blue) = 82+69+87=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #524557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524557 is #ADBAA8. Grayscale: #4A4A4A. Windows color (decimal): -11385513 or 5719378. OLE color: 5719378.

HSL color Cylindrical-coordinate representation of color #524557: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524557 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB826987-
CMYK0.060.2100.66
HSL283.33º11.54%30.59%-
HSV(B)283.33º20.69%34.12%-
XYZ7.336.749.93-
YUV74.94134.81133.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=34.45%
G=28.99%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8269870.060.2100.66283.3311.5430.59
Hex52455761504211bc1f
Octal12210512762501024331437
Binary1010010100010110101111101010101000010100011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524557; }

 p { color: rgb(82,69,87); }

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

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

 a { background-color: rgb(82,69,87); }

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

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

 span { border-color: rgb(82,69,87); }

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