#56276F

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

Shades of Honey Flower #56276F

Tints of Honey Flower #56276F

Color information

#56276F (or 0x56276F) is unknown color: approx Honey Flower. HEX triplet: 56, 27 and 6F. RGB value is (86,39,111). Sum of RGB (Red+Green+Blue) = 86+39+111=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #56276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56276F is #A9D890. Grayscale: #3D3D3D. Windows color (decimal): -11131025 or 7284566. OLE color: 7284566.

HSL color Cylindrical-coordinate representation of color #56276F: hue angle of 279.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56276F is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8639111-
CMYK0.230.6500.56
HSL279.17º48%29.41%-
HSV(B)279.17º64.86%43.53%-
XYZ7.434.5815.53-
YUV61.26156.07145.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=36.44%
G=16.53%
B=47.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86391110.230.6500.56279.174829.41
Hex56276F1741038117301d
Octal12647157271010704276035
Binary10101101001111101111101111000001011100010001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56276F; }

 p { color: rgb(86,39,111); }

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

<style>
 a { background-color: #56276F; }

 a { background-color: rgb(86,39,111); }

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

<style>
 span { border-color: #56276F; }

 span { border-color: rgb(86,39,111); }

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