#58445F

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

Shades of Honey Flower #58445F

Tints of Honey Flower #58445F

Color information

#58445F (or 0x58445F) is unknown color: approx Honey Flower. HEX triplet: 58, 44 and 5F. RGB value is (88,68,95). Sum of RGB (Red+Green+Blue) = 88+68+95=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #58445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58445F is #A7BBA0. Grayscale: #4C4C4C. Windows color (decimal): -10992545 or 6243416. OLE color: 6243416.

HSL color Cylindrical-coordinate representation of color #58445F: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58445F is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB886895-
CMYK0.070.2800.63
HSL284.44º16.56%31.96%-
HSV(B)284.44º28.42%37.25%-
XYZ8.167.0411.75-
YUV77.06138.13135.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=35.06%
G=27.09%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8868950.070.2800.63284.4416.5631.96
Hex58445F71C03F11c1120
Octal1301041377340774342140
Binary10110001000100101111111111100011111110001110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58445F; }

 p { color: rgb(88,68,95); }

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

<style>
 a { background-color: #58445F; }

 a { background-color: rgb(88,68,95); }

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

<style>
 span { border-color: #58445F; }

 span { border-color: rgb(88,68,95); }

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