#534855

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

Shades of Bossanova #534855

Tints of Bossanova #534855

Color information

#534855 (or 0x534855) is unknown color: approx Bossanova. HEX triplet: 53, 48 and 55. RGB value is (83,72,85). Sum of RGB (Red+Green+Blue) = 83+72+85=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #534855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534855 is #ACB7AA. Grayscale: #4C4C4C. Windows color (decimal): -11319211 or 5589075. OLE color: 5589075.

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

Color convert

RGB837285-
CMYK0.020.1500.67
HSL290.77º8.28%30.78%-
HSV(B)290.77º15.29%33.33%-
XYZ7.527.139.57-
YUV76.77132.64132.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=34.58%
G=30%
B=35.42%

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
Decimal8372850.020.1500.67290.778.2830.78
Hex5348552F04312381f
Octal12311012521701034431037
Binary10100111001000101010110111101000011100100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534855; }

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

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

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

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

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

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

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

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