#582399

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

Shades of Daisy Bush #582399

Tints of Daisy Bush #582399

Color information

#582399 (or 0x582399) is unknown color: approx Daisy Bush. HEX triplet: 58, 23 and 99. RGB value is (88,35,153). Sum of RGB (Red+Green+Blue) = 88+35+153=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #582399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582399 is #A7DC66. Grayscale: #3F3F3F. Windows color (decimal): -11000935 or 10036056. OLE color: 10036056.

HSL color Cylindrical-coordinate representation of color #582399: hue angle of 266.95º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582399 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8835153-
CMYK0.420.7700.4
HSL266.95º62.77%36.86%-
HSV(B)266.95º77.12%60%-
XYZ10.385.5830.67-
YUV64.3178.06144.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=31.88%
G=12.68%
B=55.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88351530.420.7700.4266.9562.7736.86
Hex5823992A4D02810b3f25
Octal13043231521150504137745
Binary10110001000111001100110101010011010101000100001011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582399; }

 p { color: rgb(88,35,153); }

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

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

 a { background-color: rgb(88,35,153); }

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

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

 span { border-color: rgb(88,35,153); }

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