#524353

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

Shades of Bossanova #524353

Tints of Bossanova #524353

Color information

#524353 (or 0x524353) is unknown color: approx Bossanova. HEX triplet: 52, 43 and 53. RGB value is (82,67,83). Sum of RGB (Red+Green+Blue) = 82+67+83=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #524353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524353 is #ADBCAC. Grayscale: #494949. Windows color (decimal): -11386029 or 5456722. OLE color: 5456722.

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

Color convert

RGB826783-
CMYK0.010.1900.67
HSL296.25º10.67%29.41%-
HSV(B)296.25º19.28%32.55%-
XYZ7.056.439.05-
YUV73.31133.47134.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=35.34%
G=28.88%
B=35.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8267830.010.1900.67296.2510.6729.41
Hex524353113043128b1d
Octal12210312312301034501335
Binary10100101000011101001111001101000011100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524353; }

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

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

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

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

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

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

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

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