#58326A

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

Shades of Honey Flower #58326A

Tints of Honey Flower #58326A

Color information

#58326A (or 0x58326A) is unknown color: approx Honey Flower. HEX triplet: 58, 32 and 6A. RGB value is (88,50,106). Sum of RGB (Red+Green+Blue) = 88+50+106=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #58326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58326A is #A7CD95. Grayscale: #434343. Windows color (decimal): -10997142 or 6959704. OLE color: 6959704.

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

Color convert

RGB8850106-
CMYK0.170.5300.58
HSL280.71º35.9%30.59%-
HSV(B)280.71º52.83%41.57%-
XYZ7.775.414.27-
YUV67.75149.59142.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=36.07%
G=20.49%
B=43.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88501060.170.5300.58280.7135.930.59
Hex58326A113503A119241f
Octal1306215221650724314437
Binary1011000110010110101010001110101011101010001100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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