#584188

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

Shades of Daisy Bush #584188

Tints of Daisy Bush #584188

Color information

#584188 (or 0x584188) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and 88. RGB value is (88,65,136). Sum of RGB (Red+Green+Blue) = 88+65+136=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #584188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584188 is #A7BE77. Grayscale: #4F4F4F. Windows color (decimal): -10993272 or 8929624. OLE color: 8929624.

HSL color Cylindrical-coordinate representation of color #584188: hue angle of 259.44º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584188 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8865136-
CMYK0.350.5200.47
HSL259.44º35.32%39.41%-
HSV(B)259.44º52.21%53.33%-
XYZ10.367.6324.22-
YUV79.97159.62133.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=30.45%
G=22.49%
B=47.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88651360.350.5200.47259.4435.3239.41
Hex584188233402F1032327
Octal13010121043640574034347
Binary10110001000001100010001000111101000101111100000011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584188; }

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

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

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

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

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

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

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

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