#56296C

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

Shades of Honey Flower #56296C

Tints of Honey Flower #56296C

Color information

#56296C (or 0x56296C) is unknown color: approx Honey Flower. HEX triplet: 56, 29 and 6C. RGB value is (86,41,108). Sum of RGB (Red+Green+Blue) = 86+41+108=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #56296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56296C is #A9D693. Grayscale: #3D3D3D. Windows color (decimal): -11130516 or 7088470. OLE color: 7088470.

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

Color convert

RGB8641108-
CMYK0.200.6200.58
HSL280.3º44.97%29.22%-
HSV(B)280.3º62.04%42.35%-
XYZ7.344.6514.7-
YUV62.09153.91145.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=36.60%
G=17.45%
B=45.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86411080.200.6200.58280.344.9729.22
Hex56296C143E03A1182d1d
Octal1265115424760724305535
Binary1010110101001110110010100111110011101010001100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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