#56386C

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

Shades of Honey Flower #56386C

Tints of Honey Flower #56386C

Color information

#56386C (or 0x56386C) is unknown color: approx Honey Flower. HEX triplet: 56, 38 and 6C. RGB value is (86,56,108). Sum of RGB (Red+Green+Blue) = 86+56+108=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #56386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56386C is #A9C793. Grayscale: #464646. Windows color (decimal): -11126676 or 7092310. OLE color: 7092310.

HSL color Cylindrical-coordinate representation of color #56386C: hue angle of 274.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56386C is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8656108-
CMYK0.200.4800.58
HSL274.62º31.71%32.16%-
HSV(B)274.62º48.15%42.35%-
XYZ7.965.8914.9-
YUV70.9148.94138.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=34.4%
G=22.4%
B=43.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86561080.200.4800.58274.6231.7132.16
Hex56386C143003A1132020
Octal1267015424600724234040
Binary10101101110001101100101001100000111010100010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56386C; }

 p { color: rgb(86,56,108); }

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

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

 a { background-color: rgb(86,56,108); }

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

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

 span { border-color: rgb(86,56,108); }

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