Html Css Color HEX #573BA9 Daisy Bush

📋 copy color: '#573BA9'

red 87 ◦ green 59 ◦ blue 169

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

Shades of Daisy Bush #573BA9

Tints of Daisy Bush #573BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 169 (66.41% from 255) = 53.65%

R = 27.62%
G = 18.73%
B = 53.65%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#573BA9 (or 0x573BA9) is known color: Daisy Bush. HEX triplet: 57, 3B and A9. RGB value is (87,59,169). Sum of RGB (Red+Green+Blue) = 87+59+169=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #573BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573BA9 is #A8C456. Grayscale: #4F4F4F. Windows color (decimal): -11060311 or 11090775. OLE color: 11090775.

HSL color Cylindrical-coordinate representation of color #573BA9: hue angle of 255.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #573BA9 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 59 169 -
CMYK 0.49 0.65 0 0.34
HSL 255.27º 0.48% 0.45% -
HSV(B) 255.27º 0.65% 0.66% -
XYZ 12.66 8.02 38.42 -
YUV 79.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 87 59 169 0.49 0.65 0 0.34 255.27 0.48 0.45
Hex 57 3B A9 31 41 0 22 FF 30 2D
Octal 127 73 251 61 101 0 42 377 60 55
Binary 1010111 111011 10101001 110001 1000001 0 100010 11111111 110000 101101

Color Harmonies of #573BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BA9

Black with #573BA9

Text Example


Text Example

White with #573BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573BA9; }

 p { color: rgb(87,59,169); }

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

background-color css

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

 a { background-color: rgb(87,59,169); }

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

border-color css

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

 span { border-color: rgb(87,59,169); }

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