#583272

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

Shades of Honey Flower #583272

Tints of Honey Flower #583272

Color information

#583272 (or 0x583272) is unknown color: approx Honey Flower. HEX triplet: 58, 32 and 72. RGB value is (88,50,114). Sum of RGB (Red+Green+Blue) = 88+50+114=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #583272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583272 is #A7CD8D. Grayscale: #444444. Windows color (decimal): -10997134 or 7483992. OLE color: 7483992.

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

Color convert

RGB8850114-
CMYK0.230.5600.55
HSL275.62º39.02%32.16%-
HSV(B)275.62º56.14%44.71%-
XYZ8.25.5716.56-
YUV68.66153.59141.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=34.92%
G=19.84%
B=45.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88501140.230.5600.55275.6239.0232.16
Hex58327217380371142720
Octal1306216227700674244740
Binary10110001100101110010101111110000110111100010100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583272; }

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

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

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

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

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

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

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

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