Html Css Color HEX #592995 Daisy Bush

📋 copy color: '#592995'

red 89 ◦ green 41 ◦ blue 149

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

Shades of Daisy Bush #592995

Tints of Daisy Bush #592995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 31.9%
G = 14.7%
B = 53.41%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#592995 (or 0x592995) is known color: Daisy Bush. HEX triplet: 59, 29 and 95. RGB value is (89,41,149). Sum of RGB (Red+Green+Blue) = 89+41+149=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #592995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592995 is #A6D66A. Grayscale: #434343. Windows color (decimal): -10933867 or 9775449. OLE color: 9775449.

HSL color Cylindrical-coordinate representation of color #592995: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592995 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 41 149 -
CMYK 0.40 0.72 0 0.42
HSL 266.67º 0.57% 0.37% -
HSV(B) 266.67º 0.72% 0.58% -
XYZ 10.34 5.88 29.02 -
YUV 67.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 89 41 149 0.40 0.72 0 0.42 266.67 0.57 0.37
Hex 59 29 95 28 48 0 2A 10B 39 25
Octal 131 51 225 50 110 0 52 413 71 45
Binary 1011001 101001 10010101 101000 1001000 0 101010 100001011 111001 100101

Color Harmonies of #592995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592995

Black with #592995

Text Example


Text Example

White with #592995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592995; }

 p { color: rgb(89,41,149); }

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

background-color css

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

 a { background-color: rgb(89,41,149); }

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

border-color css

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

 span { border-color: rgb(89,41,149); }

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