#553958

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

Shades of Bossanova #553958

Tints of Bossanova #553958

Color information

#553958 (or 0x553958) is unknown color: approx Bossanova. HEX triplet: 55, 39 and 58. RGB value is (85,57,88). Sum of RGB (Red+Green+Blue) = 85+57+88=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #553958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553958 is #AAC6A7. Grayscale: #444444. Windows color (decimal): -11191976 or 5781845. OLE color: 5781845.

HSL color Cylindrical-coordinate representation of color #553958: hue angle of 294.19º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553958 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB855788-
CMYK0.030.3500.65
HSL294.19º21.38%28.43%-
HSV(B)294.19º35.23%34.51%-
XYZ6.975.569.94-
YUV68.91138.78139.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=36.96%
G=24.78%
B=38.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8557880.030.3500.65294.1921.3828.43
Hex553958323041126151c
Octal1257113034301014462534
Binary1010101111001101100011100011010000011001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553958; }

 p { color: rgb(85,57,88); }

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

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

 a { background-color: rgb(85,57,88); }

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

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

 span { border-color: rgb(85,57,88); }

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