#58446B

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

Shades of Honey Flower #58446B

Tints of Honey Flower #58446B

Color information

#58446B (or 0x58446B) is unknown color: approx Honey Flower. HEX triplet: 58, 44 and 6B. RGB value is (88,68,107). Sum of RGB (Red+Green+Blue) = 88+68+107=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #58446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58446B is #A7BB94. Grayscale: #4E4E4E. Windows color (decimal): -10992533 or 7029848. OLE color: 7029848.

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

Color convert

RGB8868107-
CMYK0.180.3600.58
HSL270.77º22.29%34.31%-
HSV(B)270.77º36.45%41.96%-
XYZ8.757.2714.85-
YUV78.43144.13134.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=33.46%
G=25.86%
B=40.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88681070.180.3600.58270.7722.2934.31
Hex58446B122403A10f1622
Octal13010415322440724172642
Binary10110001000100110101110010100100011101010000111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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