#58226D

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

Shades of Honey Flower #58226D

Tints of Honey Flower #58226D

Color information

#58226D (or 0x58226D) is unknown color: approx Honey Flower. HEX triplet: 58, 22 and 6D. RGB value is (88,34,109). Sum of RGB (Red+Green+Blue) = 88+34+109=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #58226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58226D is #A7DD92. Grayscale: #3A3A3A. Windows color (decimal): -11001235 or 7152216. OLE color: 7152216.

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

Color convert

RGB8834109-
CMYK0.190.6900.57
HSL283.2º52.45%28.04%-
HSV(B)283.2º68.81%42.75%-
XYZ7.364.3214.91-
YUV58.7156.39148.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=38.10%
G=14.72%
B=47.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88341090.190.6900.57283.252.4528.04
Hex58226D134503911b341c
Octal13042155231050714336434
Binary10110001000101101101100111000101011100110001101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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