#583472

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

Shades of Honey Flower #583472

Tints of Honey Flower #583472

Color information

#583472 (or 0x583472) is unknown color: approx Honey Flower. HEX triplet: 58, 34 and 72. RGB value is (88,52,114). Sum of RGB (Red+Green+Blue) = 88+52+114=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #583472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583472 is #A7CB8D. Grayscale: #454545. Windows color (decimal): -10996622 or 7484504. OLE color: 7484504.

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

Color convert

RGB8852114-
CMYK0.230.5400.55
HSL274.84º37.35%32.55%-
HSV(B)274.84º54.39%44.71%-
XYZ8.295.7516.59-
YUV69.83152.93140.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=34.65%
G=20.47%
B=44.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88521140.230.5400.55274.8437.3532.55
Hex58347217360371132521
Octal1306416227660674234541
Binary10110001101001110010101111101100110111100010011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583472; }

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

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

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

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

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

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

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

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