#534755

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

Shades of Bossanova #534755

Tints of Bossanova #534755

Color information

#534755 (or 0x534755) is unknown color: approx Bossanova. HEX triplet: 53, 47 and 55. RGB value is (83,71,85). Sum of RGB (Red+Green+Blue) = 83+71+85=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 71 (28.12% from 255 or 29.71% 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 #534755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534755 is #ACB8AA. Grayscale: #4C4C4C. Windows color (decimal): -11319467 or 5588819. OLE color: 5588819.

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

Color convert

RGB837185-
CMYK0.020.1600.67
HSL291.43º8.97%30.59%-
HSV(B)291.43º16.47%33.33%-
XYZ7.4679.55-
YUV76.18132.98132.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=34.73%
G=29.71%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371850.020.1600.67291.438.9730.59
Hex53475521004312391f
Octal12310712522001034431137
Binary101001110001111010101101000001000011100100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534755; }

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

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

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

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

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

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

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

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