#524855

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

Shades of Bossanova #524855

Tints of Bossanova #524855

Color information

#524855 (or 0x524855) is unknown color: approx Bossanova. HEX triplet: 52, 48 and 55. RGB value is (82,72,85). Sum of RGB (Red+Green+Blue) = 82+72+85=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #524855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524855 is #ADB7AA. Grayscale: #4C4C4C. Windows color (decimal): -11384747 or 5589074. OLE color: 5589074.

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

Color convert

RGB827285-
CMYK0.040.1500.67
HSL286.15º8.28%30.78%-
HSV(B)286.15º15.29%33.33%-
XYZ7.447.089.57-
YUV76.47132.81131.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=34.31%
G=30.13%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8272850.040.1500.67286.158.2830.78
Hex5248554F04311e81f
Octal12211012541701034361037
Binary101001010010001010101100111101000011100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524855; }

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

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

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

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

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

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

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

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