#534958

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

Shades of Bossanova #534958

Tints of Bossanova #534958

Color information

#534958 (or 0x534958) is unknown color: approx Bossanova. HEX triplet: 53, 49 and 58. RGB value is (83,73,88). Sum of RGB (Red+Green+Blue) = 83+73+88=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #534958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534958 is #ACB6A7. Grayscale: #4D4D4D. Windows color (decimal): -11318952 or 5785939. OLE color: 5785939.

HSL color Cylindrical-coordinate representation of color #534958: hue angle of 280º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534958 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837388-
CMYK0.060.1700.65
HSL280º9.32%31.57%-
HSV(B)280º17.05%34.51%-
XYZ7.717.3110.24-
YUV77.7133.81131.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=34.02%
G=29.92%
B=36.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8373880.060.1700.652809.3231.57
Hex534958611041118920
Octal12311113062101014301140
Binary10100111001001101100011010001010000011000110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534958; }

 p { color: rgb(83,73,88); }

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

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

 a { background-color: rgb(83,73,88); }

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

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

 span { border-color: rgb(83,73,88); }

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