#56435F

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

Shades of Honey Flower #56435F

Tints of Honey Flower #56435F

Color information

#56435F (or 0x56435F) is unknown color: approx Honey Flower. HEX triplet: 56, 43 and 5F. RGB value is (86,67,95). Sum of RGB (Red+Green+Blue) = 86+67+95=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #56435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56435F is #A9BCA0. Grayscale: #4B4B4B. Windows color (decimal): -11123873 or 6243158. OLE color: 6243158.

HSL color Cylindrical-coordinate representation of color #56435F: hue angle of 280.71º 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 #56435F is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB866795-
CMYK0.090.2900.63
HSL280.71º17.28%31.76%-
HSV(B)280.71º29.47%37.25%-
XYZ7.916.8211.73-
YUV75.87138.79135.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=34.68%
G=27.02%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8667950.090.2900.63280.7117.2831.76
Hex56435F91D03F1191120
Octal12610313711350774312140
Binary101011010000111011111100111101011111110001100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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