#554361

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

Shades of Honey Flower #554361

Tints of Honey Flower #554361

Color information

#554361 (or 0x554361) is unknown color: approx Honey Flower. HEX triplet: 55, 43 and 61. RGB value is (85,67,97). Sum of RGB (Red+Green+Blue) = 85+67+97=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #554361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554361 is #AABC9E. Grayscale: #4B4B4B. Windows color (decimal): -11189407 or 6374229. OLE color: 6374229.

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

Color convert

RGB856797-
CMYK0.120.3100.62
HSL276º18.29%32.16%-
HSV(B)276º30.93%38.04%-
XYZ7.916.8112.21-
YUV75.8139.96134.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=34.14%
G=26.91%
B=38.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8567970.120.3100.6227618.2932.16
Hex554361C1F03E1141220
Octal12510314114370764242240
Binary101010110000111100001110011111011111010001010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554361; }

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

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

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

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

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

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

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

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