#554158

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

Shades of Bossanova #554158

Tints of Bossanova #554158

Color information

#554158 (or 0x554158) is unknown color: approx Bossanova. HEX triplet: 55, 41 and 58. RGB value is (85,65,88). Sum of RGB (Red+Green+Blue) = 85+65+88=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #554158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554158 is #AABEA7. Grayscale: #494949. Windows color (decimal): -11189928 or 5783893. OLE color: 5783893.

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

Color convert

RGB856588-
CMYK0.030.2600.65
HSL292.17º15.03%30%-
HSV(B)292.17º26.14%34.51%-
XYZ7.46.4210.08-
YUV73.6136.13136.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=35.71%
G=27.31%
B=36.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8565880.030.2600.65292.1715.0330
Hex55415831A041124f1e
Octal12510113033201014441736
Binary101010110000011011000111101001000001100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554158; }

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

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

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

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

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

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

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

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