#584193

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

Shades of Daisy Bush #584193

Tints of Daisy Bush #584193

Color information

#584193 (or 0x584193) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and 93. RGB value is (88,65,147). Sum of RGB (Red+Green+Blue) = 88+65+147=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #584193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584193 is #A7BE6C. Grayscale: #505050. Windows color (decimal): -10993261 or 9650520. OLE color: 9650520.

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

Color convert

RGB8865147-
CMYK0.400.5600.42
HSL256.83º38.68%41.57%-
HSV(B)256.83º55.78%57.65%-
XYZ11.187.9628.55-
YUV81.22165.12132.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 147 (57.81% from 255) = 49%
R=29.33%
G=21.67%
B=49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88651470.400.5600.42256.8338.6841.57
Hex584193283802A101272a
Octal13010122350700524014752
Binary10110001000001100100111010001110000101010100000001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584193; }

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

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

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

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

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

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

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

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