#554258

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

Shades of Bossanova #554258

Tints of Bossanova #554258

Color information

#554258 (or 0x554258) is unknown color: approx Bossanova. HEX triplet: 55, 42 and 58. RGB value is (85,66,88). Sum of RGB (Red+Green+Blue) = 85+66+88=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 66 (26.17% from 255 or 27.62% 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 #554258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554258 is #AABDA7. Grayscale: #4A4A4A. Windows color (decimal): -11189672 or 5784149. OLE color: 5784149.

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

Color convert

RGB856688-
CMYK0.030.2500.65
HSL291.82º14.29%30.2%-
HSV(B)291.82º25%34.51%-
XYZ7.466.5310.1-
YUV74.19135.79135.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=35.56%
G=27.62%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8566880.030.2500.65291.8214.2930.2
Hex554258319041124e1e
Octal12510213033101014441636
Binary101010110000101011000111100101000001100100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554258; }

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

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

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

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

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

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

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

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