#554356

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

Shades of Bossanova #554356

Tints of Bossanova #554356

Color information

#554356 (or 0x554356) is unknown color: approx Bossanova. HEX triplet: 55, 43 and 56. RGB value is (85,67,86). Sum of RGB (Red+Green+Blue) = 85+67+86=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #554356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554356 is #AABCA9. Grayscale: #4A4A4A. Windows color (decimal): -11189418 or 5653333. OLE color: 5653333.

HSL color Cylindrical-coordinate representation of color #554356: hue angle of 296.84º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554356 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB856786-
CMYK0.010.2200.66
HSL296.84º12.42%30%-
HSV(B)296.84º22.09%33.73%-
XYZ7.436.629.69-
YUV74.55134.46135.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=35.71%
G=28.15%
B=36.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8567860.010.2200.66296.8412.4230
Hex554356116042129c1e
Octal12510312612601024511436
Binary10101011000011101011011011001000010100101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554356; }

 p { color: rgb(85,67,86); }

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

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

 a { background-color: rgb(85,67,86); }

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

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

 span { border-color: rgb(85,67,86); }

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