#58286D

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

Shades of Honey Flower #58286D

Tints of Honey Flower #58286D

Color information

#58286D (or 0x58286D) is unknown color: approx Honey Flower. HEX triplet: 58, 28 and 6D. RGB value is (88,40,109). Sum of RGB (Red+Green+Blue) = 88+40+109=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #58286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58286D is #A7D792. Grayscale: #3D3D3D. Windows color (decimal): -10999699 or 7153752. OLE color: 7153752.

HSL color Cylindrical-coordinate representation of color #58286D: hue angle of 281.74º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58286D is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8840109-
CMYK0.190.6300.57
HSL281.74º46.31%29.22%-
HSV(B)281.74º63.3%42.75%-
XYZ7.544.714.98-
YUV62.22154.4146.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=37.13%
G=16.88%
B=45.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88401090.190.6300.57281.7446.3129.22
Hex58286D133F03911a2e1d
Octal1305015523770714325635
Binary1011000101000110110110011111111011100110001101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58286D; }

 p { color: rgb(88,40,109); }

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

<style>
 a { background-color: #58286D; }

 a { background-color: rgb(88,40,109); }

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

<style>
 span { border-color: #58286D; }

 span { border-color: rgb(88,40,109); }

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