#58356A

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

Shades of Honey Flower #58356A

Tints of Honey Flower #58356A

Color information

#58356A (or 0x58356A) is unknown color: approx Honey Flower. HEX triplet: 58, 35 and 6A. RGB value is (88,53,106). Sum of RGB (Red+Green+Blue) = 88+53+106=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #58356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58356A is #A7CA95. Grayscale: #454545. Windows color (decimal): -10996374 or 6960472. OLE color: 6960472.

HSL color Cylindrical-coordinate representation of color #58356A: hue angle of 279.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58356A is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8853106-
CMYK0.170.500.58
HSL279.62º33.33%31.18%-
HSV(B)279.62º50%41.57%-
XYZ7.95.6614.31-
YUV69.51148.6141.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=35.63%
G=21.46%
B=42.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88531060.170.500.58279.6233.3331.18
Hex58356A113203A118211f
Octal1306515221620724304137
Binary1011000110101110101010001110010011101010001100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58356A; }

 p { color: rgb(88,53,106); }

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

<style>
 a { background-color: #58356A; }

 a { background-color: rgb(88,53,106); }

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

<style>
 span { border-color: #58356A; }

 span { border-color: rgb(88,53,106); }

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