#58206F

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

Shades of Honey Flower #58206F

Tints of Honey Flower #58206F

Color information

#58206F (or 0x58206F) is unknown color: approx Honey Flower. HEX triplet: 58, 20 and 6F. RGB value is (88,32,111). Sum of RGB (Red+Green+Blue) = 88+32+111=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #58206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58206F is #A7DF90. Grayscale: #393939. Windows color (decimal): -11001745 or 7282776. OLE color: 7282776.

HSL color Cylindrical-coordinate representation of color #58206F: hue angle of 282.53º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58206F is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8832111-
CMYK0.210.7100.56
HSL282.53º55.24%28.04%-
HSV(B)282.53º71.17%43.53%-
XYZ7.414.2615.47-
YUV57.75158.05149.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=38.10%
G=13.85%
B=48.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88321110.210.7100.56282.5355.2428.04
Hex58206F154703811b371c
Octal13040157251070704336734
Binary10110001000001101111101011000111011100010001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58206F; }

 p { color: rgb(88,32,111); }

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

<style>
 a { background-color: #58206F; }

 a { background-color: rgb(88,32,111); }

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

<style>
 span { border-color: #58206F; }

 span { border-color: rgb(88,32,111); }

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