#58386B

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

Shades of Honey Flower #58386B

Tints of Honey Flower #58386B

Color information

#58386B (or 0x58386B) is unknown color: approx Honey Flower. HEX triplet: 58, 38 and 6B. RGB value is (88,56,107). Sum of RGB (Red+Green+Blue) = 88+56+107=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #58386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58386B is #A7C794. Grayscale: #474747. Windows color (decimal): -10995605 or 7026776. OLE color: 7026776.

HSL color Cylindrical-coordinate representation of color #58386B: hue angle of 277.65º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58386B is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8856107-
CMYK0.180.4800.58
HSL277.65º31.29%31.96%-
HSV(B)277.65º47.66%41.96%-
XYZ8.095.9614.63-
YUV71.38148.1139.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=35.06%
G=22.31%
B=42.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88561070.180.4800.58277.6531.2931.96
Hex58386B123003A1161f20
Octal1307015322600724263740
Binary1011000111000110101110010110000011101010001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,56,107); }

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

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

 a { background-color: rgb(88,56,107); }

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

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

 span { border-color: rgb(88,56,107); }

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