Html Css Color HEX #593292 Daisy Bush

📋 copy color: '#593292'

red 89 ◦ green 50 ◦ blue 146

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

Shades of Daisy Bush #593292

Tints of Daisy Bush #593292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 31.23%
G = 17.54%
B = 51.23%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#593292 (or 0x593292) is known color: Daisy Bush. HEX triplet: 59, 32 and 92. RGB value is (89,50,146). Sum of RGB (Red+Green+Blue) = 89+50+146=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #593292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593292 is #A6CD6D. Grayscale: #484848. Windows color (decimal): -10931566 or 9581145. OLE color: 9581145.

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

Color convert

RGB 89 50 146 -
CMYK 0.39 0.66 0 0.43
HSL 264.38º 0.49% 0.38% -
HSV(B) 264.38º 0.66% 0.57% -
XYZ 10.45 6.48 27.89 -
YUV 72.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 89 50 146 0.39 0.66 0 0.43 264.38 0.49 0.38
Hex 59 32 92 27 42 0 2B 108 31 26
Octal 131 62 222 47 102 0 53 410 61 46
Binary 1011001 110010 10010010 100111 1000010 0 101011 100001000 110001 100110

Color Harmonies of #593292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593292

Black with #593292

Text Example


Text Example

White with #593292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593292; }

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

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

background-color css

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

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

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

border-color css

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

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

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