#582772

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

Shades of Honey Flower #582772

Tints of Honey Flower #582772

Color information

#582772 (or 0x582772) is unknown color: approx Honey Flower. HEX triplet: 58, 27 and 72. RGB value is (88,39,114). Sum of RGB (Red+Green+Blue) = 88+39+114=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #582772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582772 is #A7D88D. Grayscale: #3D3D3D. Windows color (decimal): -10999950 or 7481176. OLE color: 7481176.

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

Color convert

RGB8839114-
CMYK0.230.6600.55
HSL279.2º49.02%30%-
HSV(B)279.2º65.79%44.71%-
XYZ7.794.7416.42-
YUV62.2157.23146.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=36.51%
G=16.18%
B=47.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88391140.230.6600.55279.249.0230
Hex5827721742037117311e
Octal13047162271020674276136
Binary10110001001111110010101111000010011011110001011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582772; }

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

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

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

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

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

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

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

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