#584593

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

Shades of Daisy Bush #584593

Tints of Daisy Bush #584593

Color information

#584593 (or 0x584593) is unknown color: approx Daisy Bush. HEX triplet: 58, 45 and 93. RGB value is (88,69,147). Sum of RGB (Red+Green+Blue) = 88+69+147=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #584593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584593 is #A7BA6C. Grayscale: #535353. Windows color (decimal): -10992237 or 9651544. OLE color: 9651544.

HSL color Cylindrical-coordinate representation of color #584593: hue angle of 254.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #584593 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8869147-
CMYK0.400.5300.42
HSL254.62º36.11%42.35%-
HSV(B)254.62º53.06%57.65%-
XYZ11.428.4428.63-
YUV83.57163.79131.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=28.95%
G=22.70%
B=48.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88691470.400.5300.42254.6236.1142.35
Hex584593283502Aff242a
Octal13010522350650523774452
Binary1011000100010110010011101000110101010101011111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584593; }

 p { color: rgb(88,69,147); }

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

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

 a { background-color: rgb(88,69,147); }

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

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

 span { border-color: rgb(88,69,147); }

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