#582868

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

Shades of Honey Flower #582868

Tints of Honey Flower #582868

Color information

#582868 (or 0x582868) is unknown color: approx Honey Flower. HEX triplet: 58, 28 and 68. RGB value is (88,40,104). Sum of RGB (Red+Green+Blue) = 88+40+104=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #582868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582868 is #A7D797. Grayscale: #3D3D3D. Windows color (decimal): -10999704 or 6826072. OLE color: 6826072.

HSL color Cylindrical-coordinate representation of color #582868: hue angle of 285º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582868 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8840104-
CMYK0.150.6200.59
HSL285º44.44%28.24%-
HSV(B)285º61.54%40.78%-
XYZ7.284.5913.6-
YUV61.65151.9146.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88401040.150.6200.5928544.4428.24
Hex582868F3E03B11d2c1c
Octal1305015017760734355434
Binary101100010100011010001111111110011101110001110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582868; }

 p { color: rgb(88,40,104); }

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

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

 a { background-color: rgb(88,40,104); }

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

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

 span { border-color: rgb(88,40,104); }

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