#58426D

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

Shades of Honey Flower #58426D

Tints of Honey Flower #58426D

Color information

#58426D (or 0x58426D) is unknown color: approx Honey Flower. HEX triplet: 58, 42 and 6D. RGB value is (88,66,109). Sum of RGB (Red+Green+Blue) = 88+66+109=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #58426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58426D is #A7BD92. Grayscale: #4D4D4D. Windows color (decimal): -10993043 or 7160408. OLE color: 7160408.

HSL color Cylindrical-coordinate representation of color #58426D: hue angle of 270.7º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58426D is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8866109-
CMYK0.190.3900.57
HSL270.7º24.57%34.31%-
HSV(B)270.7º39.45%42.75%-
XYZ8.737.0815.37-
YUV77.48145.79135.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=33.46%
G=25.10%
B=41.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88661090.190.3900.57270.724.5734.31
Hex58426D132703910f1922
Octal13010215523470714173142
Binary10110001000010110110110011100111011100110000111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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