#534655

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

Shades of Bossanova #534655

Tints of Bossanova #534655

Color information

#534655 (or 0x534655) is unknown color: approx Bossanova. HEX triplet: 53, 46 and 55. RGB value is (83,70,85). Sum of RGB (Red+Green+Blue) = 83+70+85=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #534655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534655 is #ACB9AA. Grayscale: #4B4B4B. Windows color (decimal): -11319723 or 5588563. OLE color: 5588563.

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

Color convert

RGB837085-
CMYK0.020.1800.67
HSL292º9.68%30.39%-
HSV(B)292º17.65%33.33%-
XYZ7.46.889.53-
YUV75.6133.31133.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=34.87%
G=29.41%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8370850.020.1800.672929.6830.39
Hex534655212043124a1e
Octal12310612522201034441236
Binary101001110001101010101101001001000011100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534655; }

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

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

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

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

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

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

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

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