#554161

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

Shades of Honey Flower #554161

Tints of Honey Flower #554161

Color information

#554161 (or 0x554161) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 61. RGB value is (85,65,97). Sum of RGB (Red+Green+Blue) = 85+65+97=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #554161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554161 is #AABE9E. Grayscale: #4A4A4A. Windows color (decimal): -11189919 or 6373717. OLE color: 6373717.

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

Color convert

RGB856597-
CMYK0.120.3300.62
HSL277.5º19.75%31.76%-
HSV(B)277.5º32.99%38.04%-
XYZ7.796.5712.17-
YUV74.63140.63135.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=34.41%
G=26.32%
B=39.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8565970.120.3300.62277.519.7531.76
Hex554161C2103E1161420
Octal12510114114410764262440
Binary1010101100000111000011100100001011111010001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554161; }

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

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

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

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

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

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

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

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