#582E96

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

Shades of Daisy Bush #582E96

Tints of Daisy Bush #582E96

Color information

#582E96 (or 0x582E96) is unknown color: approx Daisy Bush. HEX triplet: 58, 2E and 96. RGB value is (88,46,150). Sum of RGB (Red+Green+Blue) = 88+46+150=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #582E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582E96 is #A7D169. Grayscale: #464646. Windows color (decimal): -10998122 or 9842264. OLE color: 9842264.

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

Color convert

RGB8846150-
CMYK0.410.6900.41
HSL264.23º53.06%38.43%-
HSV(B)264.23º69.33%58.82%-
XYZ10.516.2329.5-
YUV70.41172.91140.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=30.99%
G=16.20%
B=52.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88461500.410.6900.41264.2353.0638.43
Hex582E9629450291083526
Octal13056226511050514106546
Binary10110001011101001011010100110001010101001100001000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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