#58376D

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

Shades of Honey Flower #58376D

Tints of Honey Flower #58376D

Color information

#58376D (or 0x58376D) is unknown color: approx Honey Flower. HEX triplet: 58, 37 and 6D. RGB value is (88,55,109). Sum of RGB (Red+Green+Blue) = 88+55+109=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #58376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58376D is #A7C892. Grayscale: #464646. Windows color (decimal): -10995859 or 7157592. OLE color: 7157592.

HSL color Cylindrical-coordinate representation of color #58376D: hue angle of 276.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58376D is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8855109-
CMYK0.190.5000.57
HSL276.67º32.93%32.16%-
HSV(B)276.67º49.54%42.75%-
XYZ8.155.9115.18-
YUV71.02149.43140.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=34.92%
G=21.83%
B=43.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88551090.190.5000.57276.6732.9332.16
Hex58376D13320391152120
Octal1306715523620714254140
Binary10110001101111101101100111100100111001100010101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58376D; }

 p { color: rgb(88,55,109); }

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

<style>
 a { background-color: #58376D; }

 a { background-color: rgb(88,55,109); }

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

<style>
 span { border-color: #58376D; }

 span { border-color: rgb(88,55,109); }

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