Html Css Color HEX #592499 Daisy Bush

📋 copy color: '#592499'

red 89 ◦ green 36 ◦ blue 153

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

Shades of Daisy Bush #592499

Tints of Daisy Bush #592499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 32.01%
G = 12.95%
B = 55.04%

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

#592499 (or 0x592499) is known color: Daisy Bush. HEX triplet: 59, 24 and 99. RGB value is (89,36,153). Sum of RGB (Red+Green+Blue) = 89+36+153=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #592499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592499 is #A6DB66. Grayscale: #404040. Windows color (decimal): -10935143 or 10036313. OLE color: 10036313.

HSL color Cylindrical-coordinate representation of color #592499: hue angle of 267.18º degrees, saturation: 0.62, 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 #592499 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 36 153 -
CMYK 0.42 0.76 0 0.4
HSL 267.18º 0.62% 0.37% -
HSV(B) 267.18º 0.76% 0.6% -
XYZ 10.5 5.69 30.68 -
YUV 65.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 89 36 153 0.42 0.76 0 0.4 267.18 0.62 0.37
Hex 59 24 99 2A 4C 0 28 10B 3E 25
Octal 131 44 231 52 114 0 50 413 76 45
Binary 1011001 100100 10011001 101010 1001100 0 101000 100001011 111110 100101

Color Harmonies of #592499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592499

Black with #592499

Text Example


Text Example

White with #592499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592499; }

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

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

background-color css

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

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

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

border-color css

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

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

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