#58246B

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

Shades of Honey Flower #58246B

Tints of Honey Flower #58246B

Color information

#58246B (or 0x58246B) is unknown color: approx Honey Flower. HEX triplet: 58, 24 and 6B. RGB value is (88,36,107). Sum of RGB (Red+Green+Blue) = 88+36+107=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #58246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58246B is #A7DB94. Grayscale: #3B3B3B. Windows color (decimal): -11000725 or 7021656. OLE color: 7021656.

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

Color convert

RGB8836107-
CMYK0.180.6600.58
HSL283.94º49.65%28.04%-
HSV(B)283.94º66.36%41.96%-
XYZ7.314.414.37-
YUV59.64154.73148.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=38.10%
G=15.58%
B=46.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88361070.180.6600.58283.9449.6528.04
Hex58246B124203A11c321c
Octal13044153221020724346234
Binary10110001001001101011100101000010011101010001110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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