#534658

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

Shades of Bossanova #534658

Tints of Bossanova #534658

Color information

#534658 (or 0x534658) is unknown color: approx Bossanova. HEX triplet: 53, 46 and 58. RGB value is (83,70,88). Sum of RGB (Red+Green+Blue) = 83+70+88=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #534658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534658 is #ACB9A7. Grayscale: #4B4B4B. Windows color (decimal): -11319720 or 5785171. OLE color: 5785171.

HSL color Cylindrical-coordinate representation of color #534658: hue angle of 283.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534658 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837088-
CMYK0.060.2000.65
HSL283.33º11.39%30.98%-
HSV(B)283.33º20.45%34.51%-
XYZ7.526.9210.17-
YUV75.94134.81133.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=34.44%
G=29.05%
B=36.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8370880.060.2000.65283.3311.3930.98
Hex53465861404111bb1f
Octal12310613062401014331337
Binary1010011100011010110001101010001000001100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534658; }

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

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

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

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

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

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

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

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