#582572

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

Shades of Honey Flower #582572

Tints of Honey Flower #582572

Color information

#582572 (or 0x582572) is unknown color: approx Honey Flower. HEX triplet: 58, 25 and 72. RGB value is (88,37,114). Sum of RGB (Red+Green+Blue) = 88+37+114=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #582572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582572 is #A7DA8D. Grayscale: #3C3C3C. Windows color (decimal): -11000462 or 7480664. OLE color: 7480664.

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

Color convert

RGB8837114-
CMYK0.230.6800.55
HSL279.74º50.99%29.61%-
HSV(B)279.74º67.54%44.71%-
XYZ7.724.6116.4-
YUV61.03157.9147.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=36.82%
G=15.48%
B=47.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88371140.230.6800.55279.7450.9929.61
Hex5825721744037118331e
Octal13045162271040674306336
Binary10110001001011110010101111000100011011110001100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582572; }

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

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

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

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

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

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

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

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