Html Css Color HEX #593492 Daisy Bush

📋 copy color: '#593492'

red 89 ◦ green 52 ◦ blue 146

#593492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #593492

Tints of Daisy Bush #593492

RGB

 RED value IS 89 (35.16% from 255) = 31.01%

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 31.01%
G = 18.12%
B = 50.87%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#593492 (or 0x593492) is known color: Daisy Bush. HEX triplet: 59, 34 and 92. RGB value is (89,52,146). Sum of RGB (Red+Green+Blue) = 89+52+146=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #593492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593492 is #A6CB6D. Grayscale: #494949. Windows color (decimal): -10931054 or 9581657. OLE color: 9581657.

HSL color Cylindrical-coordinate representation of color #593492: hue angle of 263.62º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593492 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 52 146 -
CMYK 0.39 0.64 0 0.43
HSL 263.62º 0.47% 0.39% -
HSV(B) 263.62º 0.64% 0.57% -
XYZ 10.54 6.66 27.92 -
YUV 73.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 89 52 146 0.39 0.64 0 0.43 263.62 0.47 0.39
Hex 59 34 92 27 40 0 2B 108 2F 27
Octal 131 64 222 47 100 0 53 410 57 47
Binary 1011001 110100 10010010 100111 1000000 0 101011 100001000 101111 100111

Color Harmonies of #593492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593492

Black with #593492

Text Example


Text Example

White with #593492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593492; }

 p { color: rgb(89,52,146); }

 H1.HeaderClassName
 {
   color: #593492;
 }
 .AnyTagClassName
 {
   color: #593492;
 }
</style>

background-color css

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

 a { background-color: rgb(89,52,146); }

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

border-color css

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

 span { border-color: rgb(89,52,146); }

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