#56306E

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

Shades of Honey Flower #56306E

Tints of Honey Flower #56306E

Color information

#56306E (or 0x56306E) is unknown color: approx Honey Flower. HEX triplet: 56, 30 and 6E. RGB value is (86,48,110). Sum of RGB (Red+Green+Blue) = 86+48+110=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #56306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56306E is #A9CF91. Grayscale: #424242. Windows color (decimal): -11128722 or 7221334. OLE color: 7221334.

HSL color Cylindrical-coordinate representation of color #56306E: hue angle of 276.77º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56306E is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8648110-
CMYK0.220.5600.57
HSL276.77º39.24%30.98%-
HSV(B)276.77º56.36%43.14%-
XYZ7.715.2215.35-
YUV66.43152.59141.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=35.25%
G=19.67%
B=45.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86481100.220.5600.57276.7739.2430.98
Hex56306E1638039115271f
Octal1266015626700714254737
Binary1010110110000110111010110111000011100110001010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56306E; }

 p { color: rgb(86,48,110); }

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

<style>
 a { background-color: #56306E; }

 a { background-color: rgb(86,48,110); }

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

<style>
 span { border-color: #56306E; }

 span { border-color: rgb(86,48,110); }

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