#58226C

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

Shades of Honey Flower #58226C

Tints of Honey Flower #58226C

Color information

#58226C (or 0x58226C) is unknown color: approx Honey Flower. HEX triplet: 58, 22 and 6C. RGB value is (88,34,108). Sum of RGB (Red+Green+Blue) = 88+34+108=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #58226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58226C is #A7DD93. Grayscale: #3A3A3A. Windows color (decimal): -11001236 or 7086680. OLE color: 7086680.

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

Color convert

RGB8834108-
CMYK0.190.6900.58
HSL283.78º52.11%27.84%-
HSV(B)283.78º68.52%42.35%-
XYZ7.34.314.63-
YUV58.58155.89148.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=38.26%
G=14.78%
B=46.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88341080.190.6900.58283.7852.1127.84
Hex58226C134503A11c341c
Octal13042154231050724346434
Binary10110001000101101100100111000101011101010001110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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