#584290

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

Shades of Daisy Bush #584290

Tints of Daisy Bush #584290

Color information

#584290 (or 0x584290) is unknown color: approx Daisy Bush. HEX triplet: 58, 42 and 90. RGB value is (88,66,144). Sum of RGB (Red+Green+Blue) = 88+66+144=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #584290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584290 is #A7BD6F. Grayscale: #515151. Windows color (decimal): -10993008 or 9454168. OLE color: 9454168.

HSL color Cylindrical-coordinate representation of color #584290: hue angle of 256.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #584290 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8866144-
CMYK0.390.5400.44
HSL256.92º37.14%41.18%-
HSV(B)256.92º54.17%56.47%-
XYZ11.017.9827.35-
YUV81.47163.29132.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=29.53%
G=22.15%
B=48.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88661440.390.5400.44256.9237.1441.18
Hex584290273602C1012529
Octal13010222047660544014551
Binary10110001000010100100001001111101100101100100000001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584290; }

 p { color: rgb(88,66,144); }

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

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

 a { background-color: rgb(88,66,144); }

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

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

 span { border-color: rgb(88,66,144); }

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