#554368

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

Shades of Honey Flower #554368

Tints of Honey Flower #554368

Color information

#554368 (or 0x554368) is unknown color: approx Honey Flower. HEX triplet: 55, 43 and 68. RGB value is (85,67,104). Sum of RGB (Red+Green+Blue) = 85+67+104=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #554368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554368 is #AABC97. Grayscale: #4C4C4C. Windows color (decimal): -11189400 or 6832981. OLE color: 6832981.

HSL color Cylindrical-coordinate representation of color #554368: hue angle of 269.19º 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 #554368 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8567104-
CMYK0.180.3600.59
HSL269.19º21.64%33.53%-
HSV(B)269.19º35.58%40.78%-
XYZ8.256.9514-
YUV76.6143.46133.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=33.20%
G=26.17%
B=40.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85671040.180.3600.59269.1921.6433.53
Hex554368122403B10d1622
Octal12510315022440734152642
Binary10101011000011110100010010100100011101110000110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554368; }

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

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

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

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

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

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

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

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