#58406C

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

Shades of Honey Flower #58406C

Tints of Honey Flower #58406C

Color information

#58406C (or 0x58406C) is unknown color: approx Honey Flower. HEX triplet: 58, 40 and 6C. RGB value is (88,64,108). Sum of RGB (Red+Green+Blue) = 88+64+108=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #58406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58406C is #A7BF93. Grayscale: #4C4C4C. Windows color (decimal): -10993556 or 7094360. OLE color: 7094360.

HSL color Cylindrical-coordinate representation of color #58406C: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58406C is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8864108-
CMYK0.190.4100.58
HSL272.73º25.58%33.73%-
HSV(B)272.73º40.74%42.35%-
XYZ8.566.8215.05-
YUV76.19145.95136.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=33.85%
G=24.62%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88641080.190.4100.58272.7325.5833.73
Hex58406C132903A1111a22
Octal13010015423510724213242
Binary10110001000000110110010011101001011101010001000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58406C; }

 p { color: rgb(88,64,108); }

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

<style>
 a { background-color: #58406C; }

 a { background-color: rgb(88,64,108); }

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

<style>
 span { border-color: #58406C; }

 span { border-color: rgb(88,64,108); }

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