#56266B

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

Shades of Honey Flower #56266B

Tints of Honey Flower #56266B

Color information

#56266B (or 0x56266B) is unknown color: approx Honey Flower. HEX triplet: 56, 26 and 6B. RGB value is (86,38,107). Sum of RGB (Red+Green+Blue) = 86+38+107=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #56266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56266B is #A9D994. Grayscale: #3B3B3B. Windows color (decimal): -11131285 or 7022166. OLE color: 7022166.

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

Color convert

RGB8638107-
CMYK0.200.6400.58
HSL281.74º47.59%28.43%-
HSV(B)281.74º64.49%41.96%-
XYZ7.184.4314.39-
YUV60.22154.4146.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=37.23%
G=16.45%
B=46.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86381070.200.6400.58281.7447.5928.43
Hex56266B144003A11a301c
Octal12646153241000724326034
Binary10101101001101101011101001000000011101010001101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56266B; }

 p { color: rgb(86,38,107); }

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

<style>
 a { background-color: #56266B; }

 a { background-color: rgb(86,38,107); }

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

<style>
 span { border-color: #56266B; }

 span { border-color: rgb(86,38,107); }

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