#56266A

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

Shades of Honey Flower #56266A

Tints of Honey Flower #56266A

Color information

#56266A (or 0x56266A) is unknown color: approx Honey Flower. HEX triplet: 56, 26 and 6A. RGB value is (86,38,106). Sum of RGB (Red+Green+Blue) = 86+38+106=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #56266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56266A is #A9D995. Grayscale: #3B3B3B. Windows color (decimal): -11131286 or 6956630. OLE color: 6956630.

HSL color Cylindrical-coordinate representation of color #56266A: hue angle of 282.35º degrees, saturation: 0.47, 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 #56266A is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8638106-
CMYK0.190.6400.58
HSL282.35º47.22%28.24%-
HSV(B)282.35º64.15%41.57%-
XYZ7.134.4114.11-
YUV60.1153.9146.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=37.39%
G=16.52%
B=46.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86381060.190.6400.58282.3547.2228.24
Hex56266A134003A11a2f1c
Octal12646152231000724325734
Binary10101101001101101010100111000000011101010001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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