#584071

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

Shades of Honey Flower #584071

Tints of Honey Flower #584071

Color information

#584071 (or 0x584071) is unknown color: approx Honey Flower. HEX triplet: 58, 40 and 71. RGB value is (88,64,113). Sum of RGB (Red+Green+Blue) = 88+64+113=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #584071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584071 is #A7BF8E. Grayscale: #4C4C4C. Windows color (decimal): -10993551 or 7422040. OLE color: 7422040.

HSL color Cylindrical-coordinate representation of color #584071: hue angle of 269.39º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584071 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8864113-
CMYK0.220.4300.56
HSL269.39º27.68%34.71%-
HSV(B)269.39º43.36%44.31%-
XYZ8.846.9316.5-
YUV76.76148.45136.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=33.21%
G=24.15%
B=42.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88641130.220.4300.56269.3927.6834.71
Hex584071162B03810d1c23
Octal13010016126530704153443
Binary10110001000000111000110110101011011100010000110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584071; }

 p { color: rgb(88,64,113); }

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

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

 a { background-color: rgb(88,64,113); }

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

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

 span { border-color: rgb(88,64,113); }

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