#582C97

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

Shades of Daisy Bush #582C97

Tints of Daisy Bush #582C97

Color information

#582C97 (or 0x582C97) is unknown color: approx Daisy Bush. HEX triplet: 58, 2C and 97. RGB value is (88,44,151). Sum of RGB (Red+Green+Blue) = 88+44+151=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #582C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582C97 is #A7D368. Grayscale: #444444. Windows color (decimal): -10998633 or 9907288. OLE color: 9907288.

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

Color convert

RGB8844151-
CMYK0.420.7100.41
HSL264.67º54.87%38.24%-
HSV(B)264.67º70.86%59.22%-
XYZ10.516.1129.9-
YUV69.35174.08141.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=31.10%
G=15.55%
B=53.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88441510.420.7100.41264.6754.8738.24
Hex582C972A470291093726
Octal13054227521070514116746
Binary10110001011001001011110101010001110101001100001001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,151); }

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

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

 a { background-color: rgb(88,44,151); }

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

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

 span { border-color: rgb(88,44,151); }

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