#554160

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

Shades of Honey Flower #554160

Tints of Honey Flower #554160

Color information

#554160 (or 0x554160) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 60. RGB value is (85,65,96). Sum of RGB (Red+Green+Blue) = 85+65+96=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #554160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554160 is #AABE9F. Grayscale: #4A4A4A. Windows color (decimal): -11189920 or 6308181. OLE color: 6308181.

HSL color Cylindrical-coordinate representation of color #554160: hue angle of 278.71º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554160 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB856596-
CMYK0.110.3200.62
HSL278.71º19.25%31.57%-
HSV(B)278.71º32.29%37.65%-
XYZ7.756.5611.92-
YUV74.51140.13135.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=34.55%
G=26.42%
B=39.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8565960.110.3200.62278.7119.2531.57
Hex554160B2003E1171320
Octal12510114013400764272340
Binary1010101100000111000001011100000011111010001011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554160; }

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

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

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

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

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

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

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

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