#534458

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

Shades of Bossanova #534458

Tints of Bossanova #534458

Color information

#534458 (or 0x534458) is unknown color: approx Bossanova. HEX triplet: 53, 44 and 58. RGB value is (83,68,88). Sum of RGB (Red+Green+Blue) = 83+68+88=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #534458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534458 is #ACBBA7. Grayscale: #4A4A4A. Windows color (decimal): -11320232 or 5784659. OLE color: 5784659.

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

Color convert

RGB836888-
CMYK0.060.2300.65
HSL285º12.82%30.59%-
HSV(B)285º22.73%34.51%-
XYZ7.46.6810.13-
YUV74.76135.47133.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=34.73%
G=28.45%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8368880.060.2300.6528512.8230.59
Hex53445861704111dd1f
Octal12310413062701014351537
Binary1010011100010010110001101011101000001100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534458; }

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

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

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

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

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

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

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

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