#593A8A

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

Shades of Daisy Bush #593A8A

Tints of Daisy Bush #593A8A

Color information

#593A8A (or 0x593A8A) is unknown color: approx Daisy Bush. HEX triplet: 59, 3A and 8A. RGB value is (89,58,138). Sum of RGB (Red+Green+Blue) = 89+58+138=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #593A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A8A is #A6C575. Grayscale: #4C4C4C. Windows color (decimal): -10929526 or 9058905. OLE color: 9058905.

HSL color Cylindrical-coordinate representation of color #593A8A: hue angle of 263.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #593A8A is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8958138-
CMYK0.360.5800.46
HSL263.25º40.82%38.43%-
HSV(B)263.25º57.97%54.12%-
XYZ10.226.9824.85-
YUV76.39162.77137-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=31.23%
G=20.35%
B=48.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89581380.360.5800.46263.2540.8238.43
Hex593A8A243A02E1072926
Octal1317221244720564075146
Binary1011001111010100010101001001110100101110100000111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593A8A; }

 p { color: rgb(89,58,138); }

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

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

 a { background-color: rgb(89,58,138); }

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

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

 span { border-color: rgb(89,58,138); }

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