#593198

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

Shades of Daisy Bush #593198

Tints of Daisy Bush #593198

Color information

#593198 (or 0x593198) is unknown color: approx Daisy Bush. HEX triplet: 59, 31 and 98. RGB value is (89,49,152). Sum of RGB (Red+Green+Blue) = 89+49+152=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #593198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593198 is #A6CE67. Grayscale: #484848. Windows color (decimal): -10931816 or 9974105. OLE color: 9974105.

HSL color Cylindrical-coordinate representation of color #593198: hue angle of 263.3º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593198 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8949152-
CMYK0.410.6800.40
HSL263.3º51.24%39.41%-
HSV(B)263.3º67.76%59.61%-
XYZ10.896.5930.4-
YUV72.7172.75139.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.69%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=30.69%
G=16.90%
B=52.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89491520.410.6800.40263.351.2439.41
Hex59319829440281073327
Octal13161230511040504076347
Binary10110011100011001100010100110001000101000100000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593198; }

 p { color: rgb(89,49,152); }

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

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

 a { background-color: rgb(89,49,152); }

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

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

 span { border-color: rgb(89,49,152); }

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