#56256C

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

Shades of Honey Flower #56256C

Tints of Honey Flower #56256C

Color information

#56256C (or 0x56256C) is unknown color: approx Honey Flower. HEX triplet: 56, 25 and 6C. RGB value is (86,37,108). Sum of RGB (Red+Green+Blue) = 86+37+108=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #56256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56256C is #A9DA93. Grayscale: #3B3B3B. Windows color (decimal): -11131540 or 7087446. OLE color: 7087446.

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

Color convert

RGB8637108-
CMYK0.200.6600.58
HSL281.41º48.97%28.43%-
HSV(B)281.41º65.74%42.35%-
XYZ7.214.3814.65-
YUV59.74155.23146.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=37.23%
G=16.02%
B=46.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86371080.200.6600.58281.4148.9728.43
Hex56256C144203A119311c
Octal12645154241020724316134
Binary10101101001011101100101001000010011101010001100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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