#583A95

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

Shades of Daisy Bush #583A95

Tints of Daisy Bush #583A95

Color information

#583A95 (or 0x583A95) is unknown color: approx Daisy Bush. HEX triplet: 58, 3A and 95. RGB value is (88,58,149). Sum of RGB (Red+Green+Blue) = 88+58+149=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #583A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583A95 is #A7C56A. Grayscale: #4D4D4D. Windows color (decimal): -10995051 or 9779800. OLE color: 9779800.

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

Color convert

RGB8858149-
CMYK0.410.6100.42
HSL259.78º43.96%40.59%-
HSV(B)259.78º61.07%58.43%-
XYZ10.967.2729.26-
YUV77.34168.44135.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=29.83%
G=19.66%
B=50.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88581490.410.6100.42259.7843.9640.59
Hex583A95293D02A1042c29
Octal1307222551750524045451
Binary1011000111010100101011010011111010101010100000100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583A95; }

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

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

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

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

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

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

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

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