#554369

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

Shades of Honey Flower #554369

Tints of Honey Flower #554369

Color information

#554369 (or 0x554369) is unknown color: approx Honey Flower. HEX triplet: 55, 43 and 69. RGB value is (85,67,105). Sum of RGB (Red+Green+Blue) = 85+67+105=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #554369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554369 is #AABC96. Grayscale: #4C4C4C. Windows color (decimal): -11189399 or 6898517. OLE color: 6898517.

HSL color Cylindrical-coordinate representation of color #554369: hue angle of 268.42º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554369 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8567105-
CMYK0.190.3600.59
HSL268.42º22.09%33.73%-
HSV(B)268.42º36.19%41.18%-
XYZ8.36.9714.27-
YUV76.71143.96133.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=33.07%
G=26.07%
B=40.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85671050.190.3600.59268.4222.0933.73
Hex554369132403B10c1622
Octal12510315123440734142642
Binary10101011000011110100110011100100011101110000110010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554369; }

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

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

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

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

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

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

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

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