#534758

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

Shades of Bossanova #534758

Tints of Bossanova #534758

Color information

#534758 (or 0x534758) is unknown color: approx Bossanova. HEX triplet: 53, 47 and 58. RGB value is (83,71,88). Sum of RGB (Red+Green+Blue) = 83+71+88=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #534758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534758 is #ACB8A7. Grayscale: #4C4C4C. Windows color (decimal): -11319464 or 5785427. OLE color: 5785427.

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

Color convert

RGB837188-
CMYK0.060.1900.65
HSL282.35º10.69%31.18%-
HSV(B)282.35º19.32%34.51%-
XYZ7.587.0510.19-
YUV76.53134.48132.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=34.30%
G=29.34%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8371880.060.1900.65282.3510.6931.18
Hex53475861304111ab1f
Octal12310713062301014321337
Binary1010011100011110110001101001101000001100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534758; }

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

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

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

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

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

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

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

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