#582672

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

Shades of Honey Flower #582672

Tints of Honey Flower #582672

Color information

#582672 (or 0x582672) is unknown color: approx Honey Flower. HEX triplet: 58, 26 and 72. RGB value is (88,38,114). Sum of RGB (Red+Green+Blue) = 88+38+114=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #582672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582672 is #A7D98D. Grayscale: #3D3D3D. Windows color (decimal): -11000206 or 7480920. OLE color: 7480920.

HSL color Cylindrical-coordinate representation of color #582672: hue angle of 279.47º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582672 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8838114-
CMYK0.230.6700.55
HSL279.47º50%29.8%-
HSV(B)279.47º66.67%44.71%-
XYZ7.754.6816.41-
YUV61.61157.56146.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=36.67%
G=15.83%
B=47.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88381140.230.6700.55279.475029.8
Hex5826721743037117321e
Octal13046162271030674276236
Binary10110001001101110010101111000011011011110001011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582672; }

 p { color: rgb(88,38,114); }

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

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

 a { background-color: rgb(88,38,114); }

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

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

 span { border-color: rgb(88,38,114); }

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