#553165

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

Shades of Honey Flower #553165

Tints of Honey Flower #553165

Color information

#553165 (or 0x553165) is unknown color: approx Honey Flower. HEX triplet: 55, 31 and 65. RGB value is (85,49,101). Sum of RGB (Red+Green+Blue) = 85+49+101=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #553165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553165 is #AACE9A. Grayscale: #414141. Windows color (decimal): -11194011 or 6631765. OLE color: 6631765.

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

Color convert

RGB8549101-
CMYK0.160.5100.60
HSL281.54º34.67%29.41%-
HSV(B)281.54º51.49%39.61%-
XYZ7.195.0712.91-
YUV65.69147.93141.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=36.17%
G=20.85%
B=42.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85491010.160.5100.60281.5434.6729.41
Hex553165103303C11a231d
Octal1256114520630744324335
Binary1010101110001110010110000110011011110010001101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553165; }

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

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

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

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

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

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

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

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