#553865

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

Shades of Honey Flower #553865

Tints of Honey Flower #553865

Color information

#553865 (or 0x553865) is unknown color: approx Honey Flower. HEX triplet: 55, 38 and 65. RGB value is (85,56,101). Sum of RGB (Red+Green+Blue) = 85+56+101=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #553865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553865 is #AAC79A. Grayscale: #454545. Windows color (decimal): -11192219 or 6633557. OLE color: 6633557.

HSL color Cylindrical-coordinate representation of color #553865: hue angle of 278.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553865 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8556101-
CMYK0.160.4500.60
HSL278.67º28.66%30.78%-
HSV(B)278.67º44.55%39.61%-
XYZ7.515.713.02-
YUV69.8145.61138.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=35.12%
G=23.14%
B=41.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85561010.160.4500.60278.6728.6630.78
Hex553865102D03C1171d1f
Octal1257014520550744273537
Binary101010111100011001011000010110101111001000101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553865; }

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

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

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

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

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

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

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

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