#58256E

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

Shades of Honey Flower #58256E

Tints of Honey Flower #58256E

Color information

#58256E (or 0x58256E) is unknown color: approx Honey Flower. HEX triplet: 58, 25 and 6E. RGB value is (88,37,110). Sum of RGB (Red+Green+Blue) = 88+37+110=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #58256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58256E is #A7DA91. Grayscale: #3C3C3C. Windows color (decimal): -11000466 or 7218520. OLE color: 7218520.

HSL color Cylindrical-coordinate representation of color #58256E: hue angle of 281.92º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58256E is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8837110-
CMYK0.20.6600.57
HSL281.92º49.66%28.82%-
HSV(B)281.92º66.36%43.14%-
XYZ7.54.5215.23-
YUV60.57155.9147.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=37.45%
G=15.74%
B=46.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88371100.20.6600.57281.9249.6628.82
Hex58256E144203911a321d
Octal13045156241020714326235
Binary10110001001011101110101001000010011100110001101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58256E; }

 p { color: rgb(88,37,110); }

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

<style>
 a { background-color: #58256E; }

 a { background-color: rgb(88,37,110); }

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

<style>
 span { border-color: #58256E; }

 span { border-color: rgb(88,37,110); }

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