#55415D

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

Shades of Honey Flower #55415D

Tints of Honey Flower #55415D

Color information

#55415D (or 0x55415D) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 5D. RGB value is (85,65,93). Sum of RGB (Red+Green+Blue) = 85+65+93=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #55415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415D is #AABEA2. Grayscale: #4A4A4A. Windows color (decimal): -11189923 or 6111573. OLE color: 6111573.

HSL color Cylindrical-coordinate representation of color #55415D: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55415D is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB856593-
CMYK0.090.3000.64
HSL282.86º17.72%30.98%-
HSV(B)282.86º30.11%36.47%-
XYZ7.616.511.21-
YUV74.17138.63135.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=34.98%
G=26.75%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8565930.090.3000.64282.8617.7230.98
Hex55415D91E04011b121f
Octal125101135113601004332237
Binary101010110000011011101100111110010000001000110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55415D; }

 p { color: rgb(85,65,93); }

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

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

 a { background-color: rgb(85,65,93); }

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

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

 span { border-color: rgb(85,65,93); }

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