#58246C

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

Shades of Honey Flower #58246C

Tints of Honey Flower #58246C

Color information

#58246C (or 0x58246C) is unknown color: approx Honey Flower. HEX triplet: 58, 24 and 6C. RGB value is (88,36,108). Sum of RGB (Red+Green+Blue) = 88+36+108=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #58246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58246C is #A7DB93. Grayscale: #3B3B3B. Windows color (decimal): -11000724 or 7087192. OLE color: 7087192.

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

Color convert

RGB8836108-
CMYK0.190.6700.58
HSL283.33º50%28.24%-
HSV(B)283.33º66.67%42.35%-
XYZ7.364.4214.65-
YUV59.76155.23148.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=37.93%
G=15.52%
B=46.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88361080.190.6700.58283.335028.24
Hex58246C134303A11b321c
Octal13044154231030724336234
Binary10110001001001101100100111000011011101010001101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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