#56276D

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

Shades of Honey Flower #56276D

Tints of Honey Flower #56276D

Color information

#56276D (or 0x56276D) is unknown color: approx Honey Flower. HEX triplet: 56, 27 and 6D. RGB value is (86,39,109). Sum of RGB (Red+Green+Blue) = 86+39+109=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #56276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56276D is #A9D892. Grayscale: #3C3C3C. Windows color (decimal): -11131027 or 7153494. OLE color: 7153494.

HSL color Cylindrical-coordinate representation of color #56276D: hue angle of 280.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56276D is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8639109-
CMYK0.210.6400.57
HSL280.29º47.3%29.02%-
HSV(B)280.29º64.22%42.75%-
XYZ7.324.5314.96-
YUV61.03155.07145.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=36.75%
G=16.67%
B=46.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86391090.210.6400.57280.2947.329.02
Hex56276D15400391182f1d
Octal12647155251000714305735
Binary10101101001111101101101011000000011100110001100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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