#593093

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

Shades of Daisy Bush #593093

Tints of Daisy Bush #593093

Color information

#593093 (or 0x593093) is unknown color: approx Daisy Bush. HEX triplet: 59, 30 and 93. RGB value is (89,48,147). Sum of RGB (Red+Green+Blue) = 89+48+147=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #593093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593093 is #A6CF6C. Grayscale: #474747. Windows color (decimal): -10932077 or 9646169. OLE color: 9646169.

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

Color convert

RGB8948147-
CMYK0.390.6700.42
HSL264.85º50.77%38.24%-
HSV(B)264.85º67.35%57.65%-
XYZ10.446.3428.28-
YUV71.54170.58140.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=31.34%
G=16.90%
B=51.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89481470.390.6700.42264.8550.7738.24
Hex593093274302A1093326
Octal13160223471030524116346
Binary10110011100001001001110011110000110101010100001001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593093; }

 p { color: rgb(89,48,147); }

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

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

 a { background-color: rgb(89,48,147); }

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

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

 span { border-color: rgb(89,48,147); }

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