Html Css Color HEX #573595 Daisy Bush

📋 copy color: '#573595'

red 87 ◦ green 53 ◦ blue 149

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

Shades of Daisy Bush #573595

Tints of Daisy Bush #573595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 30.1%
G = 18.34%
B = 51.56%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#573595 (or 0x573595) is known color: Daisy Bush. HEX triplet: 57, 35 and 95. RGB value is (87,53,149). Sum of RGB (Red+Green+Blue) = 87+53+149=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #573595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573595 is #A8CA6A. Grayscale: #494949. Windows color (decimal): -11061867 or 9778519. OLE color: 9778519.

HSL color Cylindrical-coordinate representation of color #573595: hue angle of 261.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #573595 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 53 149 -
CMYK 0.42 0.64 0 0.42
HSL 261.25º 0.48% 0.4% -
HSV(B) 261.25º 0.64% 0.58% -
XYZ 10.63 6.74 29.18 -
YUV 74.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 87 53 149 0.42 0.64 0 0.42 261.25 0.48 0.4
Hex 57 35 95 2A 40 0 2A 105 30 28
Octal 127 65 225 52 100 0 52 405 60 50
Binary 1010111 110101 10010101 101010 1000000 0 101010 100000101 110000 101000

Color Harmonies of #573595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573595

Black with #573595

Text Example


Text Example

White with #573595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573595; }

 p { color: rgb(87,53,149); }

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

background-color css

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

 a { background-color: rgb(87,53,149); }

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

border-color css

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

 span { border-color: rgb(87,53,149); }

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