#592EA3

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

Shades of Daisy Bush #592EA3

Tints of Daisy Bush #592EA3

Color information

#592EA3 (or 0x592EA3) is unknown color: approx Daisy Bush. HEX triplet: 59, 2E and A3. RGB value is (89,46,163). Sum of RGB (Red+Green+Blue) = 89+46+163=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #592EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EA3 is #A6D15C. Grayscale: #474747. Windows color (decimal): -10932573 or 10694233. OLE color: 10694233.

HSL color Cylindrical-coordinate representation of color #592EA3: hue angle of 262.05º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592EA3 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8946163-
CMYK0.450.7200.36
HSL262.05º55.98%40.98%-
HSV(B)262.05º71.78%63.92%-
XYZ11.716.7235.33-
YUV72.19179.25139.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 163 (64.06% from 255) = 54.70%
R=29.87%
G=15.44%
B=54.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89461630.450.7200.36262.0555.9840.98
Hex592EA32D480241063829
Octal13156243551100444067051
Binary10110011011101010001110110110010000100100100000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592EA3; }

 p { color: rgb(89,46,163); }

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

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

 a { background-color: rgb(89,46,163); }

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

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

 span { border-color: rgb(89,46,163); }

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