#593995

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

Shades of Daisy Bush #593995

Tints of Daisy Bush #593995

Color information

#593995 (or 0x593995) is unknown color: approx Daisy Bush. HEX triplet: 59, 39 and 95. RGB value is (89,57,149). Sum of RGB (Red+Green+Blue) = 89+57+149=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 57 (22.66% from 255 or 19.32% 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 #593995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593995 is #A6C66A. Grayscale: #4C4C4C. Windows color (decimal): -10929771 or 9779545. OLE color: 9779545.

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

Color convert

RGB8957149-
CMYK0.400.6200.42
HSL260.87º44.66%40.39%-
HSV(B)260.87º61.74%58.43%-
XYZ11.017.2229.25-
YUV77.06168.6136.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=30.17%
G=19.32%
B=50.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89571490.400.6200.42260.8744.6640.39
Hex593995283E02A1052d28
Octal1317122550760524055550
Binary1011001111001100101011010001111100101010100000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593995; }

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

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

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

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

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

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

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

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