#56386E

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

Shades of Honey Flower #56386E

Tints of Honey Flower #56386E

Color information

#56386E (or 0x56386E) is unknown color: approx Honey Flower. HEX triplet: 56, 38 and 6E. RGB value is (86,56,110). Sum of RGB (Red+Green+Blue) = 86+56+110=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #56386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56386E is #A9C791. Grayscale: #464646. Windows color (decimal): -11126674 or 7223382. OLE color: 7223382.

HSL color Cylindrical-coordinate representation of color #56386E: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56386E is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8656110-
CMYK0.220.4900.57
HSL273.33º32.53%32.55%-
HSV(B)273.33º49.09%43.14%-
XYZ8.075.9315.47-
YUV71.13149.94138.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=34.13%
G=22.22%
B=43.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86561100.220.4900.57273.3332.5332.55
Hex56386E16310391112121
Octal1267015626610714214141
Binary10101101110001101110101101100010111001100010001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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