#534754

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

Shades of Bossanova #534754

Tints of Bossanova #534754

Color information

#534754 (or 0x534754) is unknown color: approx Bossanova. HEX triplet: 53, 47 and 54. RGB value is (83,71,84). Sum of RGB (Red+Green+Blue) = 83+71+84=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #534754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534754 is #ACB8AB. Grayscale: #4C4C4C. Windows color (decimal): -11319468 or 5523283. OLE color: 5523283.

HSL color Cylindrical-coordinate representation of color #534754: hue angle of 295.38º 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 #534754 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB837184-
CMYK0.010.1500.67
HSL295.38º8.39%30.39%-
HSV(B)295.38º15.48%32.94%-
XYZ7.426.999.34-
YUV76.07132.48132.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 84 (33.20% from 255) = 35.29%
R=34.87%
G=29.83%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371840.010.1500.67295.388.3930.39
Hex5347541F04312781e
Octal12310712411701034471036
Binary1010011100011110101001111101000011100100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534754; }

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

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

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

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

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

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

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

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