#56306B

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

Shades of Honey Flower #56306B

Tints of Honey Flower #56306B

Color information

#56306B (or 0x56306B) is unknown color: approx Honey Flower. HEX triplet: 56, 30 and 6B. RGB value is (86,48,107). Sum of RGB (Red+Green+Blue) = 86+48+107=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #56306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56306B is #A9CF94. Grayscale: #414141. Windows color (decimal): -11128725 or 7024726. OLE color: 7024726.

HSL color Cylindrical-coordinate representation of color #56306B: hue angle of 278.64º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56306B is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8648107-
CMYK0.200.5500.58
HSL278.64º38.06%30.39%-
HSV(B)278.64º55.14%41.96%-
XYZ7.555.1514.51-
YUV66.09151.09142.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=35.68%
G=19.92%
B=44.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86481070.200.5500.58278.6438.0630.39
Hex56306B143703A117261e
Octal1266015324670724274636
Binary1010110110000110101110100110111011101010001011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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