#56266C

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

Shades of Honey Flower #56266C

Tints of Honey Flower #56266C

Color information

#56266C (or 0x56266C) is unknown color: approx Honey Flower. HEX triplet: 56, 26 and 6C. RGB value is (86,38,108). Sum of RGB (Red+Green+Blue) = 86+38+108=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #56266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56266C is #A9D993. Grayscale: #3C3C3C. Windows color (decimal): -11131284 or 7087702. OLE color: 7087702.

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

Color convert

RGB8638108-
CMYK0.200.6500.58
HSL281.14º47.95%28.63%-
HSV(B)281.14º64.81%42.35%-
XYZ7.244.4514.66-
YUV60.33154.9146.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=37.07%
G=16.38%
B=46.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86381080.200.6500.58281.1447.9528.63
Hex56266C144103A119301d
Octal12646154241010724316035
Binary10101101001101101100101001000001011101010001100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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