#55435F

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

Shades of Honey Flower #55435F

Tints of Honey Flower #55435F

Color information

#55435F (or 0x55435F) is unknown color: approx Honey Flower. HEX triplet: 55, 43 and 5F. RGB value is (85,67,95). Sum of RGB (Red+Green+Blue) = 85+67+95=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #55435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435F is #AABCA0. Grayscale: #4B4B4B. Windows color (decimal): -11189409 or 6243157. OLE color: 6243157.

HSL color Cylindrical-coordinate representation of color #55435F: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55435F is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB856795-
CMYK0.110.2900.63
HSL278.57º17.28%31.76%-
HSV(B)278.57º29.47%37.25%-
XYZ7.826.7711.72-
YUV75.57138.96134.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=34.41%
G=27.13%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8567950.110.2900.63278.5717.2831.76
Hex55435FB1D03F1171120
Octal12510313713350774272140
Binary101010110000111011111101111101011111110001011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55435F; }

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

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

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

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

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

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

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

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