Html Css Color HEX #592599 Daisy Bush

📋 copy color: '#592599'

red 89 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #592599

Tints of Daisy Bush #592599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 31.9%
G = 13.26%
B = 54.84%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#592599 (or 0x592599) is known color: Daisy Bush. HEX triplet: 59, 25 and 99. RGB value is (89,37,153). Sum of RGB (Red+Green+Blue) = 89+37+153=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #592599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592599 is #A6DA66. Grayscale: #414141. Windows color (decimal): -10934887 or 10036569. OLE color: 10036569.

HSL color Cylindrical-coordinate representation of color #592599: hue angle of 266.9º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592599 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 37 153 -
CMYK 0.42 0.76 0 0.4
HSL 266.9º 0.61% 0.37% -
HSV(B) 266.9º 0.76% 0.6% -
XYZ 10.53 5.75 30.69 -
YUV 65.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 89 37 153 0.42 0.76 0 0.4 266.9 0.61 0.37
Hex 59 25 99 2A 4C 0 28 10B 3D 25
Octal 131 45 231 52 114 0 50 413 75 45
Binary 1011001 100101 10011001 101010 1001100 0 101000 100001011 111101 100101

Color Harmonies of #592599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592599

Black with #592599

Text Example


Text Example

White with #592599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592599; }

 p { color: rgb(89,37,153); }

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

background-color css

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

 a { background-color: rgb(89,37,153); }

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

border-color css

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

 span { border-color: rgb(89,37,153); }

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