#553868

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

Shades of Honey Flower #553868

Tints of Honey Flower #553868

Color information

#553868 (or 0x553868) is unknown color: approx Honey Flower. HEX triplet: 55, 38 and 68. RGB value is (85,56,104). Sum of RGB (Red+Green+Blue) = 85+56+104=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #553868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553868 is #AAC797. Grayscale: #454545. Windows color (decimal): -11192216 or 6830165. OLE color: 6830165.

HSL color Cylindrical-coordinate representation of color #553868: hue angle of 276.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553868 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8556104-
CMYK0.180.4600.59
HSL276.25º30%31.37%-
HSV(B)276.25º46.15%40.78%-
XYZ7.665.7613.8-
YUV70.14147.11138.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=34.69%
G=22.86%
B=42.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85561040.180.4600.59276.253031.37
Hex553868122E03B1141e1f
Octal1257015022560734243637
Binary101010111100011010001001010111001110111000101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553868; }

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

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

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

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

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

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

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

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