#582E95

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

Shades of Daisy Bush #582E95

Tints of Daisy Bush #582E95

Color information

#582E95 (or 0x582E95) is unknown color: approx Daisy Bush. HEX triplet: 58, 2E and 95. RGB value is (88,46,149). Sum of RGB (Red+Green+Blue) = 88+46+149=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #582E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582E95 is #A7D16A. Grayscale: #454545. Windows color (decimal): -10998123 or 9776728. OLE color: 9776728.

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

Color convert

RGB8846149-
CMYK0.410.6900.42
HSL264.47º52.82%38.24%-
HSV(B)264.47º69.13%58.43%-
XYZ10.436.229.08-
YUV70.3172.41140.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=31.10%
G=16.25%
B=52.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88461490.410.6900.42264.4752.8238.24
Hex582E95294502A1083526
Octal13056225511050524106546
Binary10110001011101001010110100110001010101010100001000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582E95; }

 p { color: rgb(88,46,149); }

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

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

 a { background-color: rgb(88,46,149); }

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

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

 span { border-color: rgb(88,46,149); }

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