#554463

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

Shades of Honey Flower #554463

Tints of Honey Flower #554463

Color information

#554463 (or 0x554463) is unknown color: approx Honey Flower. HEX triplet: 55, 44 and 63. RGB value is (85,68,99). Sum of RGB (Red+Green+Blue) = 85+68+99=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #554463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554463 is #AABB9C. Grayscale: #4C4C4C. Windows color (decimal): -11189149 or 6505557. OLE color: 6505557.

HSL color Cylindrical-coordinate representation of color #554463: hue angle of 272.9º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554463 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB856899-
CMYK0.140.3100.61
HSL272.9º18.56%32.75%-
HSV(B)272.9º31.31%38.82%-
XYZ8.076.9712.72-
YUV76.62140.63133.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=33.73%
G=26.98%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8568990.140.3100.61272.918.5632.75
Hex554463E1F03D1111321
Octal12510414316370754212341
Binary101010110001001100011111011111011110110001000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554463; }

 p { color: rgb(85,68,99); }

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

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

 a { background-color: rgb(85,68,99); }

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

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

 span { border-color: rgb(85,68,99); }

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