Html Css Color HEX #573CAA Daisy Bush

📋 copy color: '#573CAA'

red 87 ◦ green 60 ◦ blue 170

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

Shades of Daisy Bush #573CAA

Tints of Daisy Bush #573CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 27.44%
G = 18.93%
B = 53.63%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573CAA (or 0x573CAA) is known color: Daisy Bush. HEX triplet: 57, 3C and AA. RGB value is (87,60,170). Sum of RGB (Red+Green+Blue) = 87+60+170=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #573CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573CAA is #A8C355. Grayscale: #505050. Windows color (decimal): -11060054 or 11156567. OLE color: 11156567.

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

Color convert

RGB 87 60 170 -
CMYK 0.49 0.65 0 0.33
HSL 254.73º 0.48% 0.45% -
HSV(B) 254.73º 0.65% 0.67% -
XYZ 12.8 8.16 38.93 -
YUV 80.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 87 60 170 0.49 0.65 0 0.33 254.73 0.48 0.45
Hex 57 3C AA 31 41 0 21 FF 30 2D
Octal 127 74 252 61 101 0 41 377 60 55
Binary 1010111 111100 10101010 110001 1000001 0 100001 11111111 110000 101101

Color Harmonies of #573CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CAA

Black with #573CAA

Text Example


Text Example

White with #573CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,60,170); }

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

background-color css

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

 a { background-color: rgb(87,60,170); }

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

border-color css

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

 span { border-color: rgb(87,60,170); }

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