#583594

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

Shades of Daisy Bush #583594

Tints of Daisy Bush #583594

Color information

#583594 (or 0x583594) is unknown color: approx Daisy Bush. HEX triplet: 58, 35 and 94. RGB value is (88,53,148). Sum of RGB (Red+Green+Blue) = 88+53+148=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #583594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583594 is #A7CA6B. Grayscale: #494949. Windows color (decimal): -10996332 or 9712984. OLE color: 9712984.

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

Color convert

RGB8853148-
CMYK0.410.6400.42
HSL262.11º47.26%39.41%-
HSV(B)262.11º64.19%58.04%-
XYZ10.646.7628.76-
YUV74.29169.6137.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=30.45%
G=18.34%
B=51.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88531480.410.6400.42262.1147.2639.41
Hex583594294002A1062f27
Octal13065224511000524065747
Binary10110001101011001010010100110000000101010100000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583594; }

 p { color: rgb(88,53,148); }

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

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

 a { background-color: rgb(88,53,148); }

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

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

 span { border-color: rgb(88,53,148); }

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