#593D95

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

Shades of Daisy Bush #593D95

Tints of Daisy Bush #593D95

Color information

#593D95 (or 0x593D95) is unknown color: approx Daisy Bush. HEX triplet: 59, 3D and 95. RGB value is (89,61,149). Sum of RGB (Red+Green+Blue) = 89+61+149=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #593D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D95 is #A6C26A. Grayscale: #4F4F4F. Windows color (decimal): -10928747 or 9780569. OLE color: 9780569.

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

Color convert

RGB8961149-
CMYK0.400.5900.42
HSL259.09º41.9%41.18%-
HSV(B)259.09º59.06%58.43%-
XYZ11.217.6329.32-
YUV79.4167.28134.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=29.77%
G=20.40%
B=49.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89611490.400.5900.42259.0941.941.18
Hex593D95283B02A1032a29
Octal1317522550730524035251
Binary1011001111101100101011010001110110101010100000011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,61,149); }

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

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

 a { background-color: rgb(89,61,149); }

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

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

 span { border-color: rgb(89,61,149); }

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