#58266E

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

Shades of Honey Flower #58266E

Tints of Honey Flower #58266E

Color information

#58266E (or 0x58266E) is unknown color: approx Honey Flower. HEX triplet: 58, 26 and 6E. RGB value is (88,38,110). Sum of RGB (Red+Green+Blue) = 88+38+110=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #58266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58266E is #A7D991. Grayscale: #3C3C3C. Windows color (decimal): -11000210 or 7218776. OLE color: 7218776.

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

Color convert

RGB8838110-
CMYK0.20.6500.57
HSL281.67º48.65%29.02%-
HSV(B)281.67º65.45%43.14%-
XYZ7.534.5915.24-
YUV61.16155.56147.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=37.29%
G=16.10%
B=46.61%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88381100.20.6500.57281.6748.6529.02
Hex58266E144103911a311d
Octal13046156241010714326135
Binary10110001001101101110101001000001011100110001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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