#56435D

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

Shades of Honey Flower #56435D

Tints of Honey Flower #56435D

Color information

#56435D (or 0x56435D) is unknown color: approx Honey Flower. HEX triplet: 56, 43 and 5D. RGB value is (86,67,93). Sum of RGB (Red+Green+Blue) = 86+67+93=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #56435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56435D is #A9BCA2. Grayscale: #4B4B4B. Windows color (decimal): -11123875 or 6112086. OLE color: 6112086.

HSL color Cylindrical-coordinate representation of color #56435D: hue angle of 283.85º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56435D is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB866793-
CMYK0.080.2800.64
HSL283.85º16.25%31.37%-
HSV(B)283.85º27.96%36.47%-
XYZ7.826.7811.25-
YUV75.65137.79135.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=34.96%
G=27.24%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8667930.080.2800.64283.8516.2531.37
Hex56435D81C04011c101f
Octal126103135103401004342037
Binary101011010000111011101100011100010000001000111001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,67,93); }

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

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

 a { background-color: rgb(86,67,93); }

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

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

 span { border-color: rgb(86,67,93); }

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