#584099

Color #584099 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #584099

Tints of Daisy Bush #584099

Color information

#584099 (or 0x584099) is unknown color: approx Daisy Bush. HEX triplet: 58, 40 and 99. RGB value is (88,64,153). Sum of RGB (Red+Green+Blue) = 88+64+153=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #584099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584099 is #A7BF66. Grayscale: #505050. Windows color (decimal): -10993511 or 10043480. OLE color: 10043480.

HSL color Cylindrical-coordinate representation of color #584099: hue angle of 256.18º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584099 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8864153-
CMYK0.420.5800.4
HSL256.18º41.01%42.55%-
HSV(B)256.18º58.17%60%-
XYZ11.618.0431.08-
YUV81.32168.45132.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=28.85%
G=20.98%
B=50.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88641530.420.5800.4256.1841.0142.55
Hex5840992A3A028100292b
Octal13010023152720504005153
Binary10110001000000100110011010101110100101000100000000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584099; }

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

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

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

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

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

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

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

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