#524356

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

Shades of Bossanova #524356

Tints of Bossanova #524356

Color information

#524356 (or 0x524356) is unknown color: approx Bossanova. HEX triplet: 52, 43 and 56. RGB value is (82,67,86). Sum of RGB (Red+Green+Blue) = 82+67+86=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #524356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524356 is #ADBCA9. Grayscale: #494949. Windows color (decimal): -11386026 or 5653330. OLE color: 5653330.

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

Color convert

RGB826786-
CMYK0.050.2200.66
HSL287.37º12.42%30%-
HSV(B)287.37º22.09%33.73%-
XYZ7.176.489.68-
YUV73.65134.97133.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=34.89%
G=28.51%
B=36.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8267860.050.2200.66287.3712.4230
Hex52435651604211fc1e
Octal12210312652601024371436
Binary1010010100001110101101011011001000010100011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524356; }

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

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

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

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

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

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

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

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