Html Css Color HEX #573999 Daisy Bush

📋 copy color: '#573999'

red 87 ◦ green 57 ◦ blue 153

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

Shades of Daisy Bush #573999

Tints of Daisy Bush #573999

RGB

 RED value IS 87 (34.38% from 255) = 29.29%

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 29.29%
G = 19.19%
B = 51.52%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#573999 (or 0x573999) is known color: Daisy Bush. HEX triplet: 57, 39 and 99. RGB value is (87,57,153). Sum of RGB (Red+Green+Blue) = 87+57+153=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #573999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573999 is #A8C666. Grayscale: #4C4C4C. Windows color (decimal): -11060839 or 10041687. OLE color: 10041687.

HSL color Cylindrical-coordinate representation of color #573999: hue angle of 258.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #573999 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 57 153 -
CMYK 0.43 0.63 0 0.4
HSL 258.75º 0.46% 0.41% -
HSV(B) 258.75º 0.63% 0.6% -
XYZ 11.14 7.25 30.95 -
YUV 76.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 87 57 153 0.43 0.63 0 0.4 258.75 0.46 0.41
Hex 57 39 99 2B 3F 0 28 103 2E 29
Octal 127 71 231 53 77 0 50 403 56 51
Binary 1010111 111001 10011001 101011 111111 0 101000 100000011 101110 101001

Color Harmonies of #573999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573999

Black with #573999

Text Example


Text Example

White with #573999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573999; }

 p { color: rgb(87,57,153); }

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

background-color css

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

 a { background-color: rgb(87,57,153); }

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

border-color css

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

 span { border-color: rgb(87,57,153); }

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