#582c6c

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

Shades of Honey Flower #582C6C

Tints of Honey Flower #582C6C

Color information

#582C6C (or 0x582C6C) is unknown color: approx Honey Flower. HEX triplet: 58, 2C and 6C. RGB value is (88,44,108). Sum of RGB (Red+Green+Blue) = 88+44+108=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #582C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C6C is #A7D393. Grayscale: #404040. Windows color (decimal): -10998676 or 7089240. OLE color: 7089240.

HSL color Cylindrical-coordinate representation of color #582C6C: hue angle of 281.25º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582C6C is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8844108-
CMYK0.190.5900.58
HSL281.25º42.11%29.8%-
HSV(B)281.25º59.26%42.35%-
XYZ7.634.9614.74-
YUV64.45152.58144.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 108 (42.58% from 255) = 45%
R=36.67%
G=18.33%
B=45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88441080.190.5900.58281.2542.1129.8
Hex582C6C133B03A1192a1e
Octal1305415423730724315236
Binary1011000101100110110010011111011011101010001100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582c6c; }

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

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

<style>
 a { background-color: #582c6c; }

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

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

<style>
 span { border-color: #582c6c; }

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

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