#524556

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

Shades of Bossanova #524556

Tints of Bossanova #524556

Color information

#524556 (or 0x524556) is unknown color: approx Bossanova. HEX triplet: 52, 45 and 56. RGB value is (82,69,86). Sum of RGB (Red+Green+Blue) = 82+69+86=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #524556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524556 is #ADBAA9. Grayscale: #4A4A4A. Windows color (decimal): -11385514 or 5653842. OLE color: 5653842.

HSL color Cylindrical-coordinate representation of color #524556: hue angle of 285.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #524556 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB826986-
CMYK0.050.2000.66
HSL285.88º10.97%30.39%-
HSV(B)285.88º19.77%33.73%-
XYZ7.296.729.72-
YUV74.82134.31133.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=34.60%
G=29.11%
B=36.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8269860.050.2000.66285.8810.9730.39
Hex52455651404211eb1e
Octal12210512652401024361336
Binary1010010100010110101101011010001000010100011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524556; }

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

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

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

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

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

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

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

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