Html Css Color HEX #592896 Daisy Bush

📋 copy color: '#592896'

red 89 ◦ green 40 ◦ blue 150

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

Shades of Daisy Bush #592896

Tints of Daisy Bush #592896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 31.9%
G = 14.34%
B = 53.76%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#592896 (or 0x592896) is known color: Daisy Bush. HEX triplet: 59, 28 and 96. RGB value is (89,40,150). Sum of RGB (Red+Green+Blue) = 89+40+150=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #592896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592896 is #A6D769. Grayscale: #424242. Windows color (decimal): -10934122 or 9840729. OLE color: 9840729.

HSL color Cylindrical-coordinate representation of color #592896: hue angle of 266.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592896 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 40 150 -
CMYK 0.41 0.73 0 0.41
HSL 266.73º 0.58% 0.37% -
HSV(B) 266.73º 0.73% 0.59% -
XYZ 10.38 5.84 29.43 -
YUV 67.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 89 40 150 0.41 0.73 0 0.41 266.73 0.58 0.37
Hex 59 28 96 29 49 0 29 10B 3A 25
Octal 131 50 226 51 111 0 51 413 72 45
Binary 1011001 101000 10010110 101001 1001001 0 101001 100001011 111010 100101

Color Harmonies of #592896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592896

Black with #592896

Text Example


Text Example

White with #592896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592896; }

 p { color: rgb(89,40,150); }

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

background-color css

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

 a { background-color: rgb(89,40,150); }

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

border-color css

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

 span { border-color: rgb(89,40,150); }

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