#524758

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

Shades of Bossanova #524758

Tints of Bossanova #524758

Color information

#524758 (or 0x524758) is unknown color: approx Bossanova. HEX triplet: 52, 47 and 58. RGB value is (82,71,88). Sum of RGB (Red+Green+Blue) = 82+71+88=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #524758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524758 is #ADB8A7. Grayscale: #4C4C4C. Windows color (decimal): -11385000 or 5785426. OLE color: 5785426.

HSL color Cylindrical-coordinate representation of color #524758: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #524758 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB827188-
CMYK0.070.1900.65
HSL278.82º10.69%31.18%-
HSV(B)278.82º19.32%34.51%-
XYZ7.49710.19-
YUV76.23134.64132.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=34.02%
G=29.46%
B=36.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8271880.070.1900.65278.8210.6931.18
Hex524758713041117b1f
Octal12210713072301014271337
Binary1010010100011110110001111001101000001100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524758; }

 p { color: rgb(82,71,88); }

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

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

 a { background-color: rgb(82,71,88); }

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

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

 span { border-color: rgb(82,71,88); }

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