#554360

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

Shades of Honey Flower #554360

Tints of Honey Flower #554360

Color information

#554360 (or 0x554360) is unknown color: approx Honey Flower. HEX triplet: 55, 43 and 60. RGB value is (85,67,96). Sum of RGB (Red+Green+Blue) = 85+67+96=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #554360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554360 is #AABC9F. Grayscale: #4B4B4B. Windows color (decimal): -11189408 or 6308693. OLE color: 6308693.

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

Color convert

RGB856796-
CMYK0.110.3000.62
HSL277.24º17.79%31.96%-
HSV(B)277.24º30.21%37.65%-
XYZ7.866.7911.96-
YUV75.69139.46134.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=34.27%
G=27.02%
B=38.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8567960.110.3000.62277.2417.7931.96
Hex554360B1E03E1151220
Octal12510314013360764252240
Binary101010110000111100000101111110011111010001010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554360; }

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

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

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

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

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

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

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

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