#58356C

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

Shades of Honey Flower #58356C

Tints of Honey Flower #58356C

Color information

#58356C (or 0x58356C) is unknown color: approx Honey Flower. HEX triplet: 58, 35 and 6C. RGB value is (88,53,108). Sum of RGB (Red+Green+Blue) = 88+53+108=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #58356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58356C is #A7CA93. Grayscale: #454545. Windows color (decimal): -10996372 or 7091544. OLE color: 7091544.

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

Color convert

RGB8853108-
CMYK0.190.5100.58
HSL278.18º34.16%31.57%-
HSV(B)278.18º50.93%42.35%-
XYZ85.714.87-
YUV69.74149.6141.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=35.34%
G=21.29%
B=43.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88531080.190.5100.58278.1834.1631.57
Hex58356C133303A1162220
Octal1306515423630724264240
Binary10110001101011101100100111100110111010100010110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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