#582597

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

Shades of Daisy Bush #582597

Tints of Daisy Bush #582597

Color information

#582597 (or 0x582597) is unknown color: approx Daisy Bush. HEX triplet: 58, 25 and 97. RGB value is (88,37,151). Sum of RGB (Red+Green+Blue) = 88+37+151=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #582597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582597 is #A7DA68. Grayscale: #404040. Windows color (decimal): -11000425 or 9905496. OLE color: 9905496.

HSL color Cylindrical-coordinate representation of color #582597: hue angle of 266.84º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582597 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8837151-
CMYK0.420.7500.41
HSL266.84º60.64%36.86%-
HSV(B)266.84º75.5%59.22%-
XYZ10.275.6329.82-
YUV65.24176.4144.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 151 (59.38% from 255) = 54.71%
R=31.88%
G=13.41%
B=54.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88371510.420.7500.41266.8460.6436.86
Hex5825972A4B02910b3d25
Octal13045227521130514137545
Binary10110001001011001011110101010010110101001100001011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582597; }

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

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

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

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

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

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

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

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