#524754

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

Shades of Bossanova #524754

Tints of Bossanova #524754

Color information

#524754 (or 0x524754) is unknown color: approx Bossanova. HEX triplet: 52, 47 and 54. RGB value is (82,71,84). Sum of RGB (Red+Green+Blue) = 82+71+84=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 84 - color contains mainly: blue. Hex color #524754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524754 is #ADB8AB. Grayscale: #4B4B4B. Windows color (decimal): -11385004 or 5523282. OLE color: 5523282.

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

Color convert

RGB827184-
CMYK0.020.1500.67
HSL290.77º8.39%30.39%-
HSV(B)290.77º15.48%32.94%-
XYZ7.336.949.34-
YUV75.77132.64132.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=34.60%
G=29.96%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8271840.020.1500.67290.778.3930.39
Hex5247542F04312381e
Octal12210712421701034431036
Binary10100101000111101010010111101000011100100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524754; }

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

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

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

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

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

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

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

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