Html Css Color HEX #592C97 Daisy Bush

📋 copy color: '#592C97'

red 89 ◦ green 44 ◦ blue 151

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

Shades of Daisy Bush #592C97

Tints of Daisy Bush #592C97

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 151 (59.38% from 255) = 53.17%

R = 31.34%
G = 15.49%
B = 53.17%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#592C97 (or 0x592C97) is known color: Daisy Bush. HEX triplet: 59, 2C and 97. RGB value is (89,44,151). Sum of RGB (Red+Green+Blue) = 89+44+151=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #592C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592C97 is #A6D368. Grayscale: #454545. Windows color (decimal): -10933097 or 9907289. OLE color: 9907289.

HSL color Cylindrical-coordinate representation of color #592C97: hue angle of 265.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #592C97 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 44 151 -
CMYK 0.41 0.71 0 0.41
HSL 265.23º 0.55% 0.38% -
HSV(B) 265.23º 0.71% 0.59% -
XYZ 10.61 6.16 29.91 -
YUV 69.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 89 44 151 0.41 0.71 0 0.41 265.23 0.55 0.38
Hex 59 2C 97 29 47 0 29 109 37 26
Octal 131 54 227 51 107 0 51 411 67 46
Binary 1011001 101100 10010111 101001 1000111 0 101001 100001001 110111 100110

Color Harmonies of #592C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C97

Black with #592C97

Text Example


Text Example

White with #592C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,44,151); }

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

background-color css

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

 a { background-color: rgb(89,44,151); }

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

border-color css

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

 span { border-color: rgb(89,44,151); }

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