#524655

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

Shades of Bossanova #524655

Tints of Bossanova #524655

Color information

#524655 (or 0x524655) is unknown color: approx Bossanova. HEX triplet: 52, 46 and 55. RGB value is (82,70,85). Sum of RGB (Red+Green+Blue) = 82+70+85=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #524655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524655 is #ADB9AA. Grayscale: #4B4B4B. Windows color (decimal): -11385259 or 5588562. OLE color: 5588562.

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

Color convert

RGB827085-
CMYK0.040.1800.67
HSL288º9.68%30.39%-
HSV(B)288º17.65%33.33%-
XYZ7.316.839.53-
YUV75.3133.48132.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=34.60%
G=29.54%
B=35.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8270850.040.1800.672889.6830.39
Hex524655412043120a1e
Octal12210612542201034401236
Binary1010010100011010101011001001001000011100100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524655; }

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

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

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

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

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

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

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

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