#584070

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

Shades of Honey Flower #584070

Tints of Honey Flower #584070

Color information

#584070 (or 0x584070) is unknown color: approx Honey Flower. HEX triplet: 58, 40 and 70. RGB value is (88,64,112). Sum of RGB (Red+Green+Blue) = 88+64+112=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #584070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584070 is #A7BF8F. Grayscale: #4C4C4C. Windows color (decimal): -10993552 or 7356504. OLE color: 7356504.

HSL color Cylindrical-coordinate representation of color #584070: hue angle of 270º degrees, saturation: 0.27, 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 #584070 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8864112-
CMYK0.210.4300.56
HSL270º27.27%34.51%-
HSV(B)270º42.86%43.92%-
XYZ8.786.9116.2-
YUV76.65147.95136.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=33.33%
G=24.24%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88641120.210.4300.5627027.2734.51
Hex584070152B03810e1b23
Octal13010016025530704163343
Binary10110001000000111000010101101011011100010000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584070; }

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

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

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

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

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

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

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

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